From 39e764a6e481ed6ba48d0002919e5465d8970184 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Tue, 26 Oct 2021 22:04:07 +0200 Subject: [PATCH] Increase TWDT to 10s --- 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 574a6ee8a..77278a658 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -348,7 +348,7 @@ #define ZIGBEE_DISTINCT_TOPICS false // [SetOption89] Enable unique device topic based on Zigbee device ShortAddr #define ZIGBEE_RMV_ZBRECEIVED false // [SetOption100] Remove ZbReceived form JSON message #define ZIGBEE_INDEX_EP false // [SetOption101] Add the source endpoint as suffix to attributes, ex `Power3` instead of `Power` if sent from endpoint 3 -#define WATCHDOG_TASK_SECONDS 5 // [ESP32 only] Task Watchdog Timer (TWDT) time in seconds - detecting Tasmota running for a prolonged period of time without yielding with `esp_task_wdt_reset()` +#define WATCHDOG_TASK_SECONDS 10 // [ESP32 only] Task Watchdog Timer (TWDT) time in seconds - detecting Tasmota running for a prolonged period of time without yielding with `esp_task_wdt_reset()` /*********************************************************************************************\ * END OF SECTION 1