mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-13 11:43:44 +02:00
4 lines
200 B
CMake
4 lines
200 B
CMake
idf_component_register(SRCS "wifiManager/wifiManager.cpp" "wifiManager/WiFiScanner.cpp"
|
|
INCLUDE_DIRS "wifiManager"
|
|
REQUIRES esp_wifi nvs_flash esp_event esp_netif lwip StateManager ProjectConfig
|
|
) |