Example on ArduinoJson website crashes at runtime
Closed this issue ยท 1 comments
NCPlyn commented
Description
The example here crashes the microcontroller as the functions do not return "return 1;" and "return lenght;" respectively as can be seen here.
Took me a while to troubleshoot the sudden crashing ๐ , trusted the example...
Environment
- Microcontroller: ESP32S3
- Core/Framework: Arduino framework with espressif32 6.7 platform
- IDE: Visual Studio Code 1.89.1 with PlatformIO 3.3.3
- ArduinoJson 7