Hello Dear All,
I am using ESP8266 to download information from server using simple get Request and DMD2 library to draw them on display.
Problem I have is, that when I call dmd.begin() after some time ESP8266 will become unable to connect to wifi, sometimes it even causes watchdog resets wdt.
I found out that both of them use Interrupts. It might be a problem, I think.
Could you help me to fix it?
GETv2.ino (2.85 KB)