Files
tide-display/ePaper-ESP-IDF/components/smartconfig/CMakeLists.txt
Peter Siegmund 1583a14c5d new map and starting smart config
Signed-off-by: Peter Siegmund <peter@rdkr.com>
2024-06-05 12:49:48 +02:00

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
)