Merge branch 'feature/modify_use_wdt_dump_default' into 'master'

Enable task watch dog dump information default

See merge request sdk/ESP8266_RTOS_SDK!554
This commit is contained in:
Dong Heng
2018-10-15 09:55:58 +08:00

View File

@ -108,7 +108,7 @@ config TASK_WDT
config TASK_WDT_PANIC config TASK_WDT_PANIC
bool "Invoke panic handler on Task Watchdog timeout" bool "Invoke panic handler on Task Watchdog timeout"
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. And it may cost some time. trigger the panic handler when it times out. And it may cost some time.