6 lines
107 B
CMake
6 lines
107 B
CMake
idf_component_register(SRCS
|
|
"main/esp32-wifi-manager.c"
|
|
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES nvs_flash
|
|
)
|