This commit is contained in:
Dmitry Borisenko
2020-09-02 22:31:08 +03:00
parent a8e7799011
commit 26383c0a19
5 changed files with 7 additions and 78 deletions

View File

@@ -1,5 +1,5 @@
#ifdef FSEditor
#include "FSEditor.h"
#ifdef ESP32
#include "LITTLEFS.h"
#define LittleFS LITTLEFS
@@ -324,4 +324,3 @@ void FSEditor::handleUpload(AsyncWebServerRequest *request, const String &filena
}
}
}
#endif