mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-24 17:09:16 +08:00
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:
@ -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.
|
||||
|
Reference in New Issue
Block a user