From 453be4cd79f43faf7bc0631cba76982447b4bdbc Mon Sep 17 00:00:00 2001 From: David Cermak Date: Fri, 10 Oct 2025 15:58:55 +0200 Subject: [PATCH] fix(modem): Fix modem console dependencies --- components/esp_modem/examples/modem_console/main/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/components/esp_modem/examples/modem_console/main/CMakeLists.txt b/components/esp_modem/examples/modem_console/main/CMakeLists.txt index 67de0841f..67ed4f6c5 100644 --- a/components/esp_modem/examples/modem_console/main/CMakeLists.txt +++ b/components/esp_modem/examples/modem_console/main/CMakeLists.txt @@ -9,5 +9,4 @@ idf_component_register(SRCS "modem_console_main.cpp" "${command_dir}/my_module_dce.cpp" "httpget_handle.c" "ping_handle.c" - REQUIRES console esp_http_client nvs_flash INCLUDE_DIRS "." "${command_dir}")