7 lines
175 B
CMake
7 lines
175 B
CMake
idf_component_register(SRCS
|
|
"storage.c"
|
|
INCLUDE_DIRS "include"
|
|
PRIV_REQUIRES
|
|
spiffs
|
|
)
|