- Tue Nov 18, 2014 6:43 am
#2839
Hans174 wrote:Hello,
I just flashed the latest version (18. Nov.).
But like the version before this line
leads to a hardware reset after 400 to 600 counts.
Is there a hint why this happens? Could it be the watchdog of the ESP8266?
Hans
Yes, same thing happens here, don't know why yet.
if I change the baud-rate to higher speed, it will output more, to cover 1000 output.
but
still cause reset.
and a forever loop
also cause reset.
tmr.delay(10000) will cause even less output.
so, this may be because of system clock or watchdog or something related to time.
have no clue to solve it.
for now tmr.alarm(interval, 1, function do()) is recommended to do repeat job.