Files
warnemuende-lighthouses/main/CMakeLists.txt
Peter Siegmund 686f82930f reorganize code
create light service, with splitted beacon and outdoor functions

Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
2025-06-08 00:16:20 +02:00

6 lines
165 B
CMake

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