mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 13:46:37 +00:00
Merge pull request #10816 from barbudor/pr_littlefs_esp32
LITTLEFS.h casing for ESP32 in sendmail.ino
This commit is contained in:
commit
de13b8168a
@ -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