diff --git a/tasmota/tasmota_xdrv_driver/xdrv_23_zigbee_7_6_flash_fs.ino b/tasmota/tasmota_xdrv_driver/xdrv_23_zigbee_7_6_flash_fs.ino index 034a2ff64..347fd0cad 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_23_zigbee_7_6_flash_fs.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_23_zigbee_7_6_flash_fs.ino @@ -27,7 +27,7 @@ /******************************************************************** ** Subfile implementation -** +** ** Takes a string point in Flash and turn it to a read-only file ********************************************************************/ @@ -107,6 +107,18 @@ public: return ""; } + #ifdef ESP32 + #if ESP_ARDUINO_VERSION > ESP_ARDUINO_VERSION_VAL(2, 0, 5) + bool seekDir(long position){ + // ignore + } + String getNextFileName(void) + { + // ignore + } + #endif + #endif // ESP32 + const char* name() const { return ""; }