fix UFILESYS esp8266 compile error

This commit is contained in:
gemu2015 2021-01-08 12:25:16 +01:00
parent e9998f0ce0
commit 5043459742

View File

@ -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>