esp32-wifi-manager/CMakeLists.txt
2022-04-02 10:35:03 -07:00

6 lines
107 B
CMake

idf_component_register(SRCS
"main/esp32-wifi-manager.c"
INCLUDE_DIRS "include"
REQUIRES nvs_flash
)