Files
tide-display/ePaper-ESP-IDF/main/CMakeLists.txt
Peter Siegmund 2c8b9465cd connect to wifi via sdkconfig
Signed-off-by: Peter Siegmund <peter@rdkr.com>
2024-06-07 13:41:27 +02:00

12 lines
380 B
CMake

idf_component_register(SRCS "main.cpp"
INCLUDE_DIRS "."
PRIV_REQUIRES
lilygo-epd47
smartconfig
connectivity
mapView
nvs_flash
json)
spiffs_create_partition_image(spiffs ../data FLASH_IN_PROJECT)