From 8ab11d4f806211a55f98f85bc2232937329e411a Mon Sep 17 00:00:00 2001 From: Dong Heng Date: Wed, 26 Sep 2018 14:17:30 +0800 Subject: [PATCH] feat(esp8266): Modify default watch dog trigger time from 6.5s to 26.2s for some calculation --- components/esp8266/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp8266/Kconfig b/components/esp8266/Kconfig index 9a9a4250..b49685d3 100644 --- a/components/esp8266/Kconfig +++ b/components/esp8266/Kconfig @@ -115,7 +115,7 @@ config TASK_WDT_PANIC choice TASK_WDT_TIMEOUT_S prompt "Task Watchdog timeout period (seconds)" - default TASK_WDT_TIMEOUT_13N + default TASK_WDT_TIMEOUT_15N help Timeout period configuration for the Task Watchdog Timer in seconds. This is also configurable at run time.