Merge branch 'feature/enable_wdt_panic_by_default' into 'master'

feat(esp_common): enable watch dog panic function

See merge request sdk/ESP8266_RTOS_SDK!1322
This commit is contained in:
Dong Heng
2020-03-02 14:48:01 +08:00

View File

@ -108,7 +108,7 @@ menu "Common ESP-related"
config ESP_TASK_WDT_PANIC config ESP_TASK_WDT_PANIC
bool "Invoke panic handler on Task Watchdog timeout" bool "Invoke panic handler on Task Watchdog timeout"
depends on ESP_TASK_WDT depends on ESP_TASK_WDT
default n default y
help help
If this option is enabled, the Task Watchdog Timer will be configured to 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 trigger the panic handler when it times out. This can also be configured