mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-15 13:08:21 +01:00
add spiffs header for esp32 support
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
|
||||
#include <ArduinoJson.h>
|
||||
#include <FS.h>
|
||||
|
||||
#ifdef ESP32
|
||||
#include "SPIFFS.h"
|
||||
#endif
|
||||
|
||||
struct JsonStruct {
|
||||
int valid = 0;
|
||||
|
||||
Reference in New Issue
Block a user