mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 07:32:18 +03:00
platformio esp8266, esp32
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#ifndef SPIFFSEditor_H_
|
||||
#define SPIFFSEditor_H_
|
||||
#include <ESPAsyncWebServer.h>
|
||||
|
||||
#ifdef ESP8266
|
||||
#include <LittleFS.h>
|
||||
#endif
|
||||
|
||||
class SPIFFSEditor : public AsyncWebHandler {
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user