So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By QuickFix
#68567
KDB wrote:wdt reset
[...]
Who has a solution ? :twisted:

Your watchdog was tripped, most likely by your code starving it.
Read this page for more info and as a solution insert some yields (yield();) or delays (delay();) into lengthy processes. :idea: