mirror of
https://github.com/espressif/esp-protocols.git
synced 2026-05-05 12:24:12 +02:00
7 lines
248 B
CMake
7 lines
248 B
CMake
if(CONFIG_EXAMPLE_WIFI_OVER_EPPP_CHANNEL)
|
|
set(wifi_over_channels channel_wifi_station.c)
|
|
endif()
|
|
idf_component_register(SRCS app_main.c register_iperf.c
|
|
${wifi_over_channels}
|
|
INCLUDE_DIRS ".")
|