5 lines
169 B
Plaintext
5 lines
169 B
Plaintext
# Disable interrupt watchdog completely to prevent random reboots
|
|
CONFIG_ESP_INT_WDT=n
|
|
|
|
# Disable task watchdog panic (only warn, do not reboot)
|
|
CONFIG_ESP_TASK_WDT_EN=n |