I have an ESP9266 (ESP-01). I have uploaded this firmware to it
When the module returns an error message like this (occurs after an invalid client disconnection):
module restarts.
I have found information that this may be the fault of the watchdog. I want to disable it with the command AT+CSYSWDTDISABLE , but I get the message ERROR . The watchdog enable command behaves in the same way.
I got the commands from here: http://www.pridopia.co.uk/pi-doc/ESP8266ATCommandsSet.pdf
Have any of you encountered this problem?
Quote:AT+GMR
AT version:0.21.0.0
SDK version:0.9.5
When the module returns an error message like this (occurs after an invalid client disconnection):
Quote:0,CONNECT FAIL
module restarts.
I have found information that this may be the fault of the watchdog. I want to disable it with the command AT+CSYSWDTDISABLE , but I get the message ERROR . The watchdog enable command behaves in the same way.
I got the commands from here: http://www.pridopia.co.uk/pi-doc/ESP8266ATCommandsSet.pdf
Have any of you encountered this problem?