You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, I've noticed that there is an issue when using the DMD2 library with any WiFi function. Initially, everything works fine, but after some time, the ESP8266 restarts. Sometimes it works well for a few hours, and other times it takes less than an hour before it restarts. In the serial terminal, I get the following error:
Hello everyone, I've noticed that there is an issue when using the DMD2 library with any WiFi function. Initially, everything works fine, but after some time, the ESP8266 restarts. Sometimes it works well for a few hours, and other times it takes less than an hour before it restarts. In the serial terminal, I get the following error:
ets Jan 8 2013,rst cause:4, boot mode:(3,2)
wdt reset load 0x4010f000, len 3460, room 16 tail 4 chksum 0xcc load 0x3fff20b8, len 40, room 4 tail 4 chksum 0xc9 csum 0xc9 v000584a0 ~ld.....
I assume the problem is with the use of timer0, as both DMD2 and WiFi use the same timer?
The problem occurs in several my projects, but I didn't notice it right away.
I don't have blocking functions and I don't use delay(); in my code...
The text was updated successfully, but these errors were encountered: