Fixed invalid board parameters (reset method and baudrate) for a few ESP8266 based boards

This commit is contained in:
Ivan Kravets
2016-03-15 19:57:32 +02:00
parent 3f68eab9bc
commit 74a9483286

View File

@ -12,6 +12,8 @@ PlatformIO 2.0
* Fixed multiple definition errors for ST STM32 development platform and mbed
framework
(`issue #571 <https://github.com/platformio/platformio/issues/571>`_)
* Fixed invalid board parameters (reset method and baudrate) for a few
ESP8266 based boards
2.8.5 (2016-03-07)
~~~~~~~~~~~~~~~~~~