LITTLEFS.h casing for ESP32

This commit is contained in:
Barbudor 2021-02-03 16:13:21 +01:00
parent 91cec3cb46
commit c783756559

View File

@ -416,7 +416,12 @@ void xsend_message_txt(char *msg) {
}
#if (defined(USE_SCRIPT_FATFS) && defined(USE_SCRIPT)) || defined(USE_UFILESYS)
#ifdef ESP8266
#include <LittleFS.h>
#endif // ESP8266
#ifdef ESP32
#include <LITTLEFS.h>
#endif // ESP32
extern FS *ufsp;
void attach_File(char *path) {