esp32-wifi-manager/CMakeLists.txt

7 lines
107 B
CMake
Raw Permalink Normal View History

2022-04-02 13:35:03 -04:00
idf_component_register(SRCS
"main/esp32-wifi-manager.c"
INCLUDE_DIRS "include"
REQUIRES nvs_flash
)