From 12be9a6141c17761759e88ef688b6d08dc1d655e Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Fri, 24 Oct 2025 22:47:06 +0200 Subject: [PATCH] Add watchdog library --- firmware/esp32/main/wifi.cpp | 1 + 1 file changed, 1 insertion(+) 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"