mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +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
|
||||
#endif
|
||||
|
||||
#ifdef ESP32
|
||||
#define FFS_2
|
||||
#endif
|
||||
|
||||
#ifdef ESP8266
|
||||
#include <LittleFS.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user