Access to the ESP8266 watchdog timer. More...
Classes | |
| class | WDTClass |
Variables | |
| WDTClass | WDT |
| Global instance of watchdog timer object. More... | |
Detailed Description
Access to the ESP8266 watchdog timer.
Watchdog timer class.
- Note
- Provides control of the ESP8266 watchdog timer.
- The WDT can be used to restart the ESP8266 if the firmware becomes unresponsive. To use WDT, enable the WDT then poke it regularly with WDT.alive();
1.8.13