From 6232932aac68086fc5ca4947787c9ccc18e4c341 Mon Sep 17 00:00:00 2001 From: Dong Heng Date: Mon, 15 Oct 2018 09:53:59 +0800 Subject: [PATCH] feat(esp8266): Enable task watch dog dump information default --- components/esp8266/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp8266/Kconfig b/components/esp8266/Kconfig index b49685d3..12cb2b61 100644 --- a/components/esp8266/Kconfig +++ b/components/esp8266/Kconfig @@ -108,7 +108,7 @@ config TASK_WDT config TASK_WDT_PANIC bool "Invoke panic handler on Task Watchdog timeout" - default n + default y help If this option is enabled, the Task Watchdog Timer will be configured to trigger the panic handler when it times out. And it may cost some time.