new map and starting smart config

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-06-05 12:49:48 +02:00
parent 535ff6cb4b
commit 1583a14c5d
14 changed files with 1262 additions and 543 deletions

View File

@@ -0,0 +1,10 @@
idf_component_register(SRCS "smartconfig.cpp"
INCLUDE_DIRS "."
PRIV_REQUIRES
nvs_flash
esp_wifi
esp_netif
esp_event
esp_http_client
mapView
)