fix(modem): Fix modem console dependencies

This commit is contained in:
David Cermak
2025-10-10 15:58:55 +02:00
parent d65f8f6986
commit 0d17f19f8d

View File

@@ -3,5 +3,4 @@ idf_component_register(SRCS "modem_console_main.cpp"
"my_module_dce.cpp"
"httpget_handle.c"
"ping_handle.c"
REQUIRES console esp_http_client nvs_flash
INCLUDE_DIRS ".")