platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
321 stars 218 forks source link

LittleFS error #251

Open Hufnagels opened 3 years ago

Hufnagels commented 3 years ago

Upgrade from 2.6.3 the following error occurred after build and upload the same code: _*Panic lfs.c:5087 lfs_file_close: Assertion 'lfs_mlist_isopen(lfs->mlist, (struct lfs_mlist)file)' failed.**_

Before ask anything: I didn't changed anything on code, only rebuilded with the new board version (3.0.0) The board is a nodeMCU 0.9 (banggood) [env:nodemcu] platform = espressif8266 board = nodemcu framework = arduino monitor_speed = 115200 upload_port = /dev/tty.SLAB_USBtoUART board_build.filesystem = littlefs lib_deps = adafruit/Adafruit Unified Sensor@^1.1.4 adafruit/Adafruit BME280 Library@^2.1.2 thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.2.0 knolleary/PubSubClient@^2.8 bblanchon/ArduinoJson@^6.17.3 arduino-libraries/ArduinoHttpClient@^0.4.0 bblanchon/StreamUtils@^1.6.1 ottowinter/ESPAsyncWebServer-esphome@^1.2.7

Google is my friend, fund forex mostly same issue

thx