bblanchon / ArduinoJson

📟 JSON library for Arduino and embedded C++. Simple and efficient.
https://arduinojson.org
MIT License
6.68k stars 1.11k forks source link

Example on ArduinoJson website crashes at runtime #2111

Closed NCPlyn closed 1 month ago

NCPlyn commented 1 month ago

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

bblanchon commented 1 month ago

Hi @NCPlyn,

Thank you very much for reporting this error. I'm sorry you had to waste much time troubleshooting this.

It should be fixed now.

Best regards, Benoit