Remove SPIFFS reference from ESP8266 react, use FS pointer instead

This commit is contained in:
Rick Watson
2020-05-25 11:30:13 +01:00
parent 98f49fd024
commit b4f3fbe823
3 changed files with 7 additions and 9 deletions

View File

@ -5,12 +5,10 @@
#ifdef ESP32
#include <AsyncTCP.h>
#include <SPIFFS.h>
#include <WiFi.h>
#elif defined(ESP8266)
#include <ESP8266WiFi.h>
#include <ESPAsyncTCP.h>
#include <FS.h>
#endif
#include <APSettingsService.h>