Fix ESP8266 compile errors about RAM size when adding 1 library // Resolve #297

This commit is contained in:
Ivan Kravets
2015-10-02 15:34:36 +01:00
parent 948b75aeda
commit e22ab787dd
2 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,8 @@ PlatformIO 2.0
(`pull #293 <https://github.com/platformio/platformio/pull/293>`_)
* Fixed broken lock file for "appstate" storage
(`issue #288 <https://github.com/platformio/platformio/issues/288>`_)
* Fixed ESP8266 compile errors about RAM size when adding 1 library
(`issue #296 <https://github.com/platformio/platformio/issues/296>`_)
2.3.2 (2015-09-10)
~~~~~~~~~~~~~~~~~~

View File

@ -1,7 +1,7 @@
# Copyright (C) Ivan Kravets <me@ikravets.com>
# See LICENSE for details.
VERSION = (2, 3, "3.dev2")
VERSION = (2, 3, "3.dev3")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"