ESP32/components/wifi_monitor/CMakeLists.txt

6 lines
105 B
CMake

idf_component_register(
SRCS "wifi_monitor.c"
INCLUDE_DIRS "."
REQUIRES esp_wifi nvs_flash
)