esp-idf/examples/wifi/ftm/main/CMakeLists.txt
Nachiket Kukade acb1143409 Add support for FTM operation
Add FTM support for below configuration -
1. Station(connected) as Initiator with AP as responder
2. SoftAP as responder with the connected Station
Added Station example with runtime FTM configurations.
2021-01-27 10:57:41 +05:30

3 lines
90 B
CMake

idf_component_register(SRCS "ftm_station_main.c"
INCLUDE_DIRS ".")