mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
a77e69c408
It piggybacks on the console example to add ping support and CLI. Merges https://github.com/espressif/esp-idf/pull/4093
5 lines
152 B
CMake
5 lines
152 B
CMake
idf_component_register(SRCS "cmd_wifi.c"
|
|
"console_example_main.c"
|
|
"cmd_ping.c"
|
|
INCLUDE_DIRS ".")
|