mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 10:17:30 +02:00
esp_modem: Refactor the modem to a standalone managed component
This commit is contained in:
4
esp_modem/examples/modem_console/main/CMakeLists.txt
Normal file
4
esp_modem/examples/modem_console/main/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
idf_component_register(SRCS "modem_console_main.c"
|
||||
"httpget_handle.c"
|
||||
"ping_handle.c"
|
||||
INCLUDE_DIRS ".")
|
Reference in New Issue
Block a user