Files
tide-display/ePaper-ESP-IDF/main/CMakeLists.txt
Peter Siegmund 09037c6df0 initial ESP-IDF project
Signed-off-by: Peter Siegmund <peter@rdkr.com>
2024-05-29 23:03:43 +02:00

7 lines
212 B
CMake

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