init
This commit is contained in:
7
lib/framework/ESPFS.h
Normal file
7
lib/framework/ESPFS.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifdef ESP32
|
||||
#include <SPIFFS.h>
|
||||
#define ESPFS SPIFFS
|
||||
#elif defined(ESP8266)
|
||||
#include <LittleFS.h>
|
||||
#define ESPFS LittleFS
|
||||
#endif
|
||||
Reference in New Issue
Block a user