esp32-wifi-manager/CMakeLists.txt

7 lines
107 B
CMake

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