diff --git a/cores/esp8266/spiffs_api.h b/cores/esp8266/spiffs_api.h index 862813bb4..c19dbc2c4 100644 --- a/cores/esp8266/spiffs_api.h +++ b/cores/esp8266/spiffs_api.h @@ -171,11 +171,6 @@ public: bool begin() override { -#if defined(ARDUINO) && !defined(CORE_MOCK) - if (&_FS_end <= &_FS_start) - return false; -#endif - if (SPIFFS_mounted(&_fs) != 0) { return true; }