feat(esp8266): Modify default watch dog trigger time from 6.5s to 26.2s for some calculation

This commit is contained in:
Dong Heng
2018-09-26 14:17:30 +08:00
parent d0f49c918c
commit 8ab11d4f80

View File

@ -115,7 +115,7 @@ config TASK_WDT_PANIC
choice TASK_WDT_TIMEOUT_S
prompt "Task Watchdog timeout period (seconds)"
default TASK_WDT_TIMEOUT_13N
default TASK_WDT_TIMEOUT_15N
help
Timeout period configuration for the Task Watchdog Timer in seconds.
This is also configurable at run time.