esp8266 / Arduino

ESP8266 core for Arduino
GNU Lesser General Public License v2.1
15.97k stars 13.34k forks source link

Problem with ESP8266 Get Request and DMD2 Library #4423

Closed viceplayer closed 6 years ago

viceplayer commented 6 years ago

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? code.zip

devyte commented 6 years ago

@viceplayer When you opened the issue you were presented with an issue template requesting specific info. You ignored it in its entirety. Is this a duplicate of #4244 ? Also, In case you're working with 2.4.0, I suggest retrying with latest git, as there have been several fixes merged after release 2.4.0 which could be relevant.

devyte commented 6 years ago

Closing as duplicate of #4244 .