From 9ba8bf1743f3050df2d40acfc2576a6b0e6f9b76 Mon Sep 17 00:00:00 2001 From: Karl Osterseher Date: Sun, 16 Feb 2025 20:49:46 +0100 Subject: [PATCH] remove wifi_interface from main cmake file Signed-off-by: Karl Osterseher --- main/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 1364c75..fd94abe 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -1,7 +1,7 @@ idf_component_register(SRCS "main.c" INCLUDE_DIRS "." - PRIV_REQUIRES esp_timer esp_wifi nvs_flash wifi_interface audio_board audio_hal audio_sal net_functions opus flac ota_server + PRIV_REQUIRES esp_timer esp_wifi nvs_flash audio_board audio_hal audio_sal net_functions opus flac ota_server ui_http_server network_interface custom_board )