mirror of
https://github.com/esphome/esphome.git
synced 2026-09-04 03:56:04 +00:00
[zephyr] feed watchdog early. Otherwise OTA may rollback. (#16218)
This commit is contained in:
@@ -46,6 +46,8 @@ void arch_init() {
|
||||
}
|
||||
}
|
||||
#endif
|
||||
// feed watchdog early. Otherwise OTA may rollback.
|
||||
arch_feed_wdt();
|
||||
}
|
||||
|
||||
void arch_feed_wdt() {
|
||||
|
||||
Reference in New Issue
Block a user