mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-28 08:48:27 +02:00
Increase task wdt timeout for ESP32/ESP32-C3 (#2096)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include "esphome/core/application.h"
|
||||
|
||||
#ifdef ARDUINO_ARCH_ESP8266
|
||||
|
||||
namespace esphome {
|
||||
|
||||
static const char *const TAG = "app_esp8266";
|
||||
|
||||
void ICACHE_RAM_ATTR HOT Application::feed_wdt_arch_() { ESP.wdtFeed(); }
|
||||
|
||||
} // namespace esphome
|
||||
#endif
|
||||
Reference in New Issue
Block a user