1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-07-04 11:20:19 +00:00

Fix littleFS does not exist on esp32

Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
This commit is contained in:
2020-09-24 21:56:32 +02:00
parent 313a069d4c
commit 3cf1aa7f49
2 changed files with 19 additions and 21 deletions

View File

@ -10,10 +10,10 @@
#include "stdlib_noniso.h"
#if defined(ESP32)
#include <AsyncTCP.h>
#include <ESPAsyncWebServer.h>
#include "FS.h"
#include "LittleFS.h"
#include "WiFi.h"
@ -163,7 +163,7 @@ public:
color(control.color),
parentControl(control.parentControl),
next(control.next)
{}
{ }
private:
static uint16_t idCounter;