mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 02:07:27 +02:00
feat(console): Added component with iperf command
This commit is contained in:
4
components/console_cmd_iperf/CMakeLists.txt
Normal file
4
components/console_cmd_iperf/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
idf_component_register(SRCS "console_iperf.c"
|
||||
INCLUDE_DIRS "."
|
||||
PRIV_REQUIRES esp_netif console
|
||||
WHOLE_ARCHIVE)
|
Reference in New Issue
Block a user