Changed from SPIFFS to LittleFS

This commit is contained in:
Gunnar Skjold
2021-11-18 19:40:20 +01:00
parent 5c38d1cf3e
commit 933246eae8
5 changed files with 82 additions and 76 deletions

View File

@@ -20,11 +20,12 @@
#include <WiFi.h>
#include <WebServer.h>
#include <HTTPClient.h>
#include "SPIFFS.h"
#else
#warning "Unsupported board type"
#endif
#include "LittleFS.h"
class AmsWebServer {
public:
AmsWebServer(RemoteDebug* Debug, HwTools* hw);