from storage doesn't work yet, because of memory issues Signed-off-by: Peter Siegmund <developer@mars3142.org>
8 lines
223 B
CMake
8 lines
223 B
CMake
idf_component_register(SRCS
|
|
"storage.c"
|
|
INCLUDE_DIRS "include"
|
|
PRIV_REQUIRES
|
|
fatfs
|
|
lwip
|
|
)
|