Files
warnemuende-lighthouses/main/CMakeLists.txt
2025-06-06 22:18:18 +02:00

7 lines
200 B
CMake

idf_component_register(SRCS
"beacon.c"
"main.c"
INCLUDE_DIRS "."
)
spiffs_create_partition_image(storage ../data FLASH_IN_PROJECT)