forked from me-no-dev/ESPAsyncWebServer
Make SPIFFSEditor work with other file systems (ESP32)
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#ifdef ESP32
|
||||
#include <WiFi.h>
|
||||
#include <AsyncTCP.h>
|
||||
#include "SPIFFS.h"
|
||||
#elif defined(ESP8266)
|
||||
#include <ESP8266WiFi.h>
|
||||
#include <ESPAsyncTCP.h>
|
||||
|
||||
Reference in New Issue
Block a user