Fixed example JsonConfigFile.ino for ESP8266

This commit is contained in:
Benoit Blanchon
2019-08-10 14:17:23 +02:00
parent 2ee655f9ba
commit 63d7d87080
2 changed files with 9 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ HEAD
----
* Added `measureJson()` to the `ArduinoJson` namespace (PR #1069 by @nomis)
* Fixed example `JsonConfigFile.ino` for ESP8266
v6.11.3 (2019-07-22)
-------