Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • here the wdt is not fed after the crash Commented Nov 15, 2023 at 17:42
  • @Juraj the wdt is not fed at all, which is causing the reported wdt reset. Commented Nov 16, 2023 at 11:31
  • 1
    on esp8266 the wdt feeding is automatic if the loop() ends,in delays, in many function calls Commented Nov 16, 2023 at 12:10
  • Thanks @Juraj, updated accordingly. Commented Nov 16, 2023 at 14:00
  • 1
    so "the size of the stack is limited to 4KB on ESP8266, so you cannot store an 8KB document there." is for me a good explanation for the crash. the "wdt reset' is just a distraction. Benoit Blanchon is author of the ArduinoJson library Commented Nov 16, 2023 at 15:01