From 85a9eda143c4a19aadbd93f3efd96007b308e21a Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Wed, 15 May 2024 22:52:49 +0200 Subject: [PATCH] Revert "Enabled watchdog for ESP32 and variants (#21414)" (#21417) This reverts commit e4ea62cc0dd2991da603f7b779656dc8a143edef. --- CHANGELOG.md | 2 +- tasmota/my_user_config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87f835fc8..c72313f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. ## [14.0.0.1] ### Added -- Enabled watchdog for ESP32 and variants + ### Breaking Changed diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index d658efed2..5d0813932 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -1105,7 +1105,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