6 lines
98 B
CMake
6 lines
98 B
CMake
idf_component_register(
|
|
SRCS "FLASH_SPIFS.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES spiffs
|
|
)
|