Skip to content

Commit 1fcc60e

Browse files
committed
sdkconfig: disable task watchdog by default
1 parent 6e182d4 commit 1fcc60e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sdkconfig.defaults

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ CONFIG_COMPILER_OPTIMIZATION_SIZE=y
4040
CONFIG_ESP32_REV_MIN_1=y
4141
CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y
4242

43+
#
44+
# Common ESP-related
45+
#
46+
CONFIG_ESP_TASK_WDT=n
47+
4348
#
4449
# Newlib
4550
#

0 commit comments

Comments
 (0)