first commit
This commit is contained in:
14
ESP32_CAM_NEW/storage.h
Normal file
14
ESP32_CAM_NEW/storage.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "FS.h"
|
||||
#include "SPIFFS.h"
|
||||
|
||||
#define FORMAT_SPIFFS_IF_FAILED true
|
||||
#define PREFERENCES_MAX_SIZE 500
|
||||
|
||||
#define PREFERENCES_FILE "/esp32cam-preferences.json"
|
||||
|
||||
extern void dumpPrefs(fs::FS &fs);
|
||||
extern void loadPrefs(fs::FS &fs);
|
||||
extern void removePrefs(fs::FS &fs);
|
||||
extern void savePrefs(fs::FS &fs);
|
||||
|
||||
extern void filesystemStart();
|
||||
Reference in New Issue
Block a user