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

Fix all other occurences

Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
This commit is contained in:
2020-09-27 13:20:14 +02:00
parent 8c0161b181
commit a6ddd48abb
2 changed files with 97 additions and 24 deletions

View File

@ -6,15 +6,13 @@
#include "Arduino.h"
#include "ArduinoJson.h"
#include "FS.h"
#include "stdlib_noniso.h"
#if defined(ESP32)
#include <AsyncTCP.h>
#include <ESPAsyncWebServer.h>
#include "FS.h"
#include "LittleFS.h"
#include "SPIFFS.h"
#include "WiFi.h"
#else