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