From 0104d2a71877175db8347890f72a7cc54d43eb37 Mon Sep 17 00:00:00 2001 From: Dong Heng Date: Mon, 2 Mar 2020 14:16:52 +0800 Subject: [PATCH] feat(esp_common): enable watch dog panic function --- components/esp_common/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_common/Kconfig b/components/esp_common/Kconfig index 73bd3fd0..dddb5ca3 100644 --- a/components/esp_common/Kconfig +++ b/components/esp_common/Kconfig @@ -108,7 +108,7 @@ menu "Common ESP-related" config ESP_TASK_WDT_PANIC bool "Invoke panic handler on Task Watchdog timeout" depends on ESP_TASK_WDT - 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. This can also be configured