Skip to content

Commit

Permalink
esp8266 WDT
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Oct 8, 2024
2 parents 8109a09 + 1a00b70 commit df26dd6
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@ CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=n
CONFIG_FREERTOS_GLOBAL_DATA_LINK_IRAM=y
CONFIG_HEAP_DISABLE_IRAM=y

# ESP8266 Watchdog:
CONFIG_TASK_WDT=n
CONFIG_TASK_WDT_PANIC=n

# ESP8266 WDT
# CONFIG_ESP_PANIC_PRINT_REBOOT is not set
CONFIG_ESP_PANIC_PRINT_REBOOT=n
CONFIG_ESP_PANIC_PRINT_HALT=y

0 comments on commit df26dd6

Please sign in to comment.