From 74a94832867eba13a4e24a1cde5c9b193d0d88e1 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 15 Mar 2016 19:57:32 +0200 Subject: [PATCH] Fixed invalid board parameters (reset method and baudrate) for a few ESP8266 based boards --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index b00b54cc..6137ded5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -12,6 +12,8 @@ PlatformIO 2.0 * Fixed multiple definition errors for ST STM32 development platform and mbed framework (`issue #571 `_) +* Fixed invalid board parameters (reset method and baudrate) for a few + ESP8266 based boards 2.8.5 (2016-03-07) ~~~~~~~~~~~~~~~~~~