mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
set default interrupt watchdog timeout to 300ms
10ms is too low for openocd/gdb to work, so it's not a very useful default value.
This commit is contained in:
parent
0e90983c9f
commit
5ffd6155f2
@ -206,7 +206,7 @@ config INT_WDT
|
||||
config INT_WDT_TIMEOUT_MS
|
||||
int "Interrupt watchdog timeout (ms)"
|
||||
depends on INT_WDT
|
||||
default 10
|
||||
default 300
|
||||
range 10 10000
|
||||
help
|
||||
The timeout of the watchdog, in miliseconds. Make this higher than the FreeRTOS tick rate.
|
||||
|
Loading…
x
Reference in New Issue
Block a user