esp_wifi hinzugefügt

This commit is contained in:
duffy 2026-01-29 20:59:40 +01:00
parent 3261e5c8ae
commit ea5edd3431
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include "sip/sip_client.h" #include "sip/sip_client.h"
#include "audio/audio_router.h" #include "audio/audio_router.h"
#include "esp_log.h" #include "esp_log.h"
#include "esp_wifi.h"
#include "cJSON.h" #include "cJSON.h"
static const char* TAG = "WEB_API"; static const char* TAG = "WEB_API";