init
This commit is contained in:
12
src/commonFS.h
Normal file
12
src/commonFS.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef COMMONFS_H
|
||||
#define COMMONFS_H
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <SPIFFS.h>
|
||||
#include <ArduinoJson.h>
|
||||
|
||||
bool saveJsonValue(const char* filename, const JsonDocument& doc);
|
||||
bool loadJsonValue(const char* filename, JsonDocument& doc);
|
||||
bool initializeSPIFFS();
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user