feat(esp8266): Enable task watch dog dump information default

This commit is contained in:
Dong Heng
2018-10-15 09:53:59 +08:00
parent bece9a06e7
commit 6232932aac

View File

@ -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.