mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +00:00
LITTLEFS.h casing for ESP32
This commit is contained in:
parent
91cec3cb46
commit
c783756559
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user