esp-project/main/CMakeLists.txt
2025-01-09 19:28:30 +01:00

4 lines
146 B
CMake

idf_component_register(SRCS "wifi_connect.c" "main.c"
PRIV_REQUIRES esp_wifi nvs_flash
INCLUDE_DIRS ".")