Skip to content

Commit 05637ca

Browse files
authored
Merge pull request #216 from henrygab/platformio-ArduinoJSON_m
use arduinoJson for fields wrap fields.cpp internals in anonymous namespace use scoped enumeration for field type
2 parents b1dd8e9 + f50d34e commit 05637ca

12 files changed

+692
-557
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ The app depends on the following libraries. They must either be downloaded from
6565
* [FastLED](https://github.com/FastLED/FastLED)
6666
* [IRremoteESP8266](https://github.com/sebastienwarin/IRremoteESP8266)
6767
* [Arduino WebSockets](https://github.com/Links2004/arduinoWebSockets)
68+
* [Arduino JSON](https://arduinojson.org)
69+
* [lolrol LittleFS](https://github.com/lorol/LITTLEFS) -- (integrated into ESP32 core v2, which is not used here yet)
70+
6871

6972
Download the app code from GitHub using the green Clone or Download button from [the GitHub project main page](https://github.com/jasoncoon/esp8266-fastled-webserver) and click Download ZIP. Decompress the ZIP file in your Arduino sketch folder.
7073

0 commit comments

Comments
 (0)