mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-08-01 11:44:27 +02:00
Add API to feed the loop WDT (call from loop only)
This commit is contained in:
@@ -77,6 +77,8 @@ float temperatureRead();
|
||||
//enable/disable WDT for Arduino's setup and loop functions
|
||||
void enableLoopWDT();
|
||||
void disableLoopWDT();
|
||||
//feed WDT for the loop task
|
||||
void feedLoopWDT();
|
||||
#endif
|
||||
|
||||
//enable/disable WDT for the IDLE task on Core 0 (SYSTEM)
|
||||
|
Reference in New Issue
Block a user