mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 14:13:51 +00:00
Set ESP32 watchdog to loop task (#2846)
This commit is contained in:
@@ -20,6 +20,7 @@ void arch_restart() {
|
||||
yield();
|
||||
}
|
||||
}
|
||||
void arch_init() {}
|
||||
void IRAM_ATTR HOT arch_feed_wdt() {
|
||||
ESP.wdtFeed(); // NOLINT(readability-static-accessed-through-instance)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user