esp8266 / arduino-esp8266fs-plugin

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

1M(512k SPIFFS) does not work, 1M(256k Spiffs) does #57

Open Quaras opened 5 years ago

Quaras commented 5 years ago

Hey, im currently trying to create my own Webserver which serves an Website, when I try to upload my HTML, JS and CSS files on the ESP8266 ESP-01 some files are left out when the Flash has the 1M(512k SPIFFS) configuration, everything works fine on 1M(256k Spiffs) tho. Would very much like to use a 512k SPIFFS but cant.

Thanks Quaras