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