OVMS3-idf/examples/system/console/main/CMakeLists.txt
Andro Nooh a77e69c408 lwip: add icmp echo example
It piggybacks on the console example to add ping support and CLI.

Merges https://github.com/espressif/esp-idf/pull/4093
2019-10-22 04:38:09 +00:00

5 lines
152 B
CMake

idf_component_register(SRCS "cmd_wifi.c"
"console_example_main.c"
"cmd_ping.c"
INCLUDE_DIRS ".")