From ea5edd3431991467db3f77a2d4c6030d8a231d4f Mon Sep 17 00:00:00 2001 From: duffy Date: Thu, 29 Jan 2026 20:59:40 +0100 Subject: [PATCH] =?UTF-8?q?esp=5Fwifi=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/web/web_api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main/web/web_api.c b/main/web/web_api.c index b286e8c..111b7a5 100644 --- a/main/web/web_api.c +++ b/main/web/web_api.c @@ -11,6 +11,7 @@ #include "sip/sip_client.h" #include "audio/audio_router.h" #include "esp_log.h" +#include "esp_wifi.h" #include "cJSON.h" static const char* TAG = "WEB_API";