esp-idf/examples/wifi/roaming/roaming_app/main/CMakeLists.txt
jgujarathi c5d8acc40a feat(esp_wifi): Showcase roaming_app capabalities through dedicated example
- Shows use of roaming app through dedicated example : roaming_app_example.
- Changes the location of the earlier roaming example by moving it into the roaming_11kvr.
- Please note that this feature is still experimental and still being optimised
and tuned.
2024-04-01 23:00:01 +08:00

3 lines
90 B
CMake

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