Files
tide-display/ePaper-ESP-IDF/main/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

8 lines
248 B
CMake

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