Revert "Enabled watchdog for ESP32 and variants (#21414)" (#21417)

This reverts commit e4ea62cc0d.
This commit is contained in:
s-hadinger 2024-05-15 22:52:49 +02:00 committed by GitHub
parent ec6448b353
commit 85a9eda143
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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