ESP8266 crash on many HTTP request
Posted: Fri Oct 30, 2015 4:17 pm
Hello
I wrote program for home watering system with webserver on ESP8266.
The ESP always crash when I call many times(10-15x one after another, fast) this webpage from browser. On serial interface I see:
ets Jan 8 2013,rst cause:4, boot mode:(3,6)
wdt reset
load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
~ld
Is it possible to prevent this crash from ESP side?
I wrote program for home watering system with webserver on ESP8266.
The ESP always crash when I call many times(10-15x one after another, fast) this webpage from browser. On serial interface I see:
ets Jan 8 2013,rst cause:4, boot mode:(3,6)
wdt reset
load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
~ld
Is it possible to prevent this crash from ESP side?