11 lines
350 B
CMake
11 lines
350 B
CMake
idf_component_register(SRCS "smartconfig.cpp"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES
|
|
nvs_flash
|
|
esp_wifi
|
|
esp_netif
|
|
esp_event
|
|
esp_http_client
|
|
mapView
|
|
)
|