esp8266 / arduino-esp8266fs-plugin

Arduino plugin for uploading files to ESP8266 file system
GNU General Public License v2.0
706 stars 214 forks source link

Generated SPIFFS file is now the size of the whole file system #78

Open ovaltineo opened 4 years ago

ovaltineo commented 4 years ago

With Arduino IDE 1.8.5, the spiffs uploader creates a file that only contains what is in the data folder, so the SPIFF file size is small if the data files are small, e.g. 40KB. With Arduino 1.8.12 (Windows 10 app), the file generated is the full size of the file system, e.g. 2MB. It takes much longer to upload. I suspect it will also overwrite whatever files were created/updated using the SPIFFS editor.