#ifndef COMMONFS_H #define COMMONFS_H #include #include #include bool removeJsonValue(const char *filename); bool saveJsonValue(const char *filename, const JsonDocument &doc); bool loadJsonValue(const char* filename, JsonDocument& doc); void initializeFileSystem(); #endif