This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* | |
* Demonstrates crash using chuncked print and large Json | |
* Requires | |
* https://github.com/me-no-dev/ESPAsyncWebServer | |
* https://github.com/me-no-dev/ESPAsyncTCP | |
* https://github.com/bblanchon/ArduinoJson | |
* | |
* use curl to make request... | |
* http://ip/json -> Will make request and send results async... causes crash. Works if lines are removed from json.. see addJson function |