forked from platformio/platformio-core
Add support for SparkFun Blynk Board
This commit is contained in:
@ -10,6 +10,10 @@ PlatformIO 3.0
|
||||
* Disable SSL Server-Name-Indication for Python < 2.7.9
|
||||
* Return valid exit code from ``plaformio test`` command
|
||||
|
||||
* Development platform `Espressif 8266 <https://github.com/platformio/platform-espressif8266>`__
|
||||
|
||||
+ Add support for `SparkFun Blynk Board <https://www.sparkfun.com/products/13794>`_
|
||||
|
||||
3.0.1 (2016-09-08)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -1590,6 +1590,13 @@ SparkFun
|
||||
- Flash
|
||||
- RAM
|
||||
|
||||
* - ``sparkfunBlynk``
|
||||
- `SparkFun Blynk Board <https://www.sparkfun.com/products/13794>`_
|
||||
- ESP8266
|
||||
- 80 MHz
|
||||
- 1024 Kb
|
||||
- 80 Kb
|
||||
|
||||
* - ``sparkfun_digitalsandbox``
|
||||
- `SparkFun Digital Sandbox <https://www.sparkfun.com/products/12651>`_
|
||||
- ATMEGA328P
|
||||
|
@ -2369,6 +2369,13 @@ SparkFun
|
||||
- Flash
|
||||
- RAM
|
||||
|
||||
* - ``sparkfunBlynk``
|
||||
- `SparkFun Blynk Board <https://www.sparkfun.com/products/13794>`_
|
||||
- ESP8266
|
||||
- 80 MHz
|
||||
- 1024 Kb
|
||||
- 80 Kb
|
||||
|
||||
* - ``sparkfun_digitalsandbox``
|
||||
- `SparkFun Digital Sandbox <https://www.sparkfun.com/products/12651>`_
|
||||
- ATMEGA328P
|
||||
|
@ -305,6 +305,13 @@ SparkFun
|
||||
- Flash
|
||||
- RAM
|
||||
|
||||
* - ``sparkfunBlynk``
|
||||
- `SparkFun Blynk Board <https://www.sparkfun.com/products/13794>`_
|
||||
- ESP8266
|
||||
- 80 MHz
|
||||
- 1024 Kb
|
||||
- 80 Kb
|
||||
|
||||
* - ``thing``
|
||||
- `SparkFun ESP8266 Thing <https://www.sparkfun.com/products/13231>`_
|
||||
- ESP8266
|
||||
|
2
examples
2
examples
Submodule examples updated: 06275d78d1...98642d857e
Reference in New Issue
Block a user