I am working on ESP8266 in Arduino IDE. I want to know how to Software RESET the ESP8266. Any sketch/example would be useful. Moreover, how to initialise WDT in ESP8266.
Kindly help!
asked Jul 21, 2016 at 16:27
1 Answer 1
Software reset in ESP8266 is achieved using ESP.reset()
as per WDT, the other answer has info on that, i.e. software WDT is cleared using yield()
- hardware WDT is not accessible through software
answered Dec 19, 2016 at 23:11