5 lines
140 B
CMake
5 lines
140 B
CMake
idf_component_register(SRCS "main.c"
|
|
INCLUDE_DIRS "."
|
|
)
|
|
spiffs_create_partition_image(storage ../data FLASH_IN_PROJECT)
|