diff --git a/tasmota/xdrv_50_filesystem.ino b/tasmota/xdrv_50_filesystem.ino index a712d0663..a1694620e 100644 --- a/tasmota/xdrv_50_filesystem.ino +++ b/tasmota/xdrv_50_filesystem.ino @@ -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