Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By jnogues
#50397 I have some problems in diferents sketchs with wdt. My board reset in some sketchs sometimes, but sometimes work very fine. Is not a power problem. Where can I found more information about wdt?
Thanks
User avatar
By krzychb
#50399 Hi @jnogues,

If crash is due to Soft WDT, then you should see the stack trace that can point you where the program crashes.
If this is h/w wdt, then I would enable / add debugging messages to the sketch to track it down.

There is a troubleshooting guide on that - https://github.com/esp8266/Arduino/blob ... crashes.md

Krzysztof