-->
Page 2 of 2

Re: Problems with booting

PostPosted: Mon Jul 24, 2017 8:17 am
by schufti
if you remove the DHT from gpio2, does the reset work reliably?

Re: Problems with booting

PostPosted: Tue Jul 25, 2017 7:37 pm
by QuickFix
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: