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