forked from bblanchon/ArduinoJson
Fix misspelled PlatformIO
This commit is contained in:
@ -6,9 +6,8 @@
|
|||||||
|
|
||||||
// About this file
|
// About this file
|
||||||
// ---------------
|
// ---------------
|
||||||
// This file is here to please the platform.io compile. It must be present in
|
// This file is here for [PlatformIO](http://platformio.org/).
|
||||||
// the root for the IDE to find it. Feel free to ignore this file if your
|
// It must be present in the root for the tool to find it.
|
||||||
// working in another environment.
|
// Feel free to ignore this file if your working in another environment.
|
||||||
// ...and yes this is driving me crazy!
|
|
||||||
|
|
||||||
#include "include/ArduinoJson.h"
|
#include "include/ArduinoJson.h"
|
||||||
|
@ -4,7 +4,7 @@ ArduinoJson: change log
|
|||||||
HEAD
|
HEAD
|
||||||
----
|
----
|
||||||
|
|
||||||
* Made the library compatible with platform.io (issue #181)
|
* Made the library compatible with [PlatformIO](http://platformio.org/) (issue #181)
|
||||||
|
|
||||||
v5.0.7
|
v5.0.7
|
||||||
------
|
------
|
||||||
|
@ -27,8 +27,13 @@ Works on
|
|||||||
* All Arduino boards
|
* All Arduino boards
|
||||||
* ESP8266
|
* ESP8266
|
||||||
* Teensy
|
* Teensy
|
||||||
|
* Intel Edison
|
||||||
|
* PlatformIO
|
||||||
|
* Energia
|
||||||
* Computers (Windows, Linux, OSX...)
|
* Computers (Windows, Linux, OSX...)
|
||||||
|
|
||||||
|
See [FAQ: Compatibility issues](https://github.com/bblanchon/ArduinoJson/wiki/Compatibility-issues)
|
||||||
|
|
||||||
Quick start
|
Quick start
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user