mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
fix UFILESYS esp8266 compile error
This commit is contained in:
parent
e9998f0ce0
commit
5043459742
@ -48,7 +48,9 @@ The driver enabled by #define USE_UFILESYS
|
|||||||
#define SDCARD_CS_PIN 4
|
#define SDCARD_CS_PIN 4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef ESP32
|
||||||
#define FFS_2
|
#define FFS_2
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef ESP8266
|
#ifdef ESP8266
|
||||||
#include <LittleFS.h>
|
#include <LittleFS.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user