diff --git a/firmware/esp32/main/wifi.cpp b/firmware/esp32/main/wifi.cpp index 93484f3..c8c5177 100644 --- a/firmware/esp32/main/wifi.cpp +++ b/firmware/esp32/main/wifi.cpp @@ -1,5 +1,6 @@ #include "freertos/FreeRTOS.h" #include "freertos/event_groups.h" +#include "esp_task_wdt.h" #include "esp_wifi.h" #include "esp_event.h" #include "esp_log.h"