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();
Variable Documentation
◆ WDT
|
extern |
Global instance of watchdog timer object.
- Note
- Use WFT.function to access watchdog timer functions
-
Example: