From 2aa8787884d176f7e63edde524ea946e0b7501c8 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 27 May 2024 15:40:16 +0200 Subject: [PATCH] disable ESP32 WDT (#21509) --- tasmota/my_user_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index 72c8bcb3b..c69d73210 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -1106,7 +1106,7 @@ #ifdef ESP32 -#define USE_ESP32_WDT // Enable Watchdog for ESP32, trigger a restart if loop has not responded for 5s, and if `yield();` was not called +//#define USE_ESP32_WDT // Enable Watchdog for ESP32, trigger a restart if loop has not responded for 5s, and if `yield();` was not called #define SET_ESP32_STACK_SIZE (8 * 1024) // Set the stack size for Tasmota. The default value is 8192 for Arduino, some builds might need to increase it