增加断网保存数据到FLASH,恢复联网重新补发,并加上标志位
This commit is contained in:
5
components/FLASH_SPIFS/CMakeLists.txt
Normal file
5
components/FLASH_SPIFS/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "FLASH_SPIFS.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES spiffs
|
||||
)
|
||||
Reference in New Issue
Block a user