1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-15 15:07:52 +02:00

[esp32] Fix clang-tidy error for Arduino watchdog function declarations (#11085)

This commit is contained in:
J. Nick Koston 2025-10-06 15:54:13 -05:00 committed by GitHub
parent 27e1095cd7
commit fddb8b35f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ CONFIG_ESP_TASK_WDT=y
CONFIG_ESP_TASK_WDT_PANIC=y
CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=n
CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1=n
CONFIG_AUTOSTART_ARDUINO=y
# esp32_ble
CONFIG_BT_ENABLED=y