From 504345974287ab4b7877c0f67705ca042ea41503 Mon Sep 17 00:00:00 2001 From: gemu2015 Date: Fri, 8 Jan 2021 12:25:16 +0100 Subject: [PATCH] fix UFILESYS esp8266 compile error --- tasmota/xdrv_50_filesystem.ino | 2 ++ 1 file changed, 2 insertions(+) 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