-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with SPIFFS storage instructions (version 0.6) #2
Comments
I went back to the zine, and realized that it specifies using version 1.8.x of Arduino on page 5... 🤦 That's my bad! In terms of using https://github.com/earlephilhower/arduino-littlefs-upload on version 2.2.1 of Arduino: it doesn't look like it works as an alternative. I got an endless redirection page: I'll keep this issue open in case there are other ideas and solutions... |
Okay, after lots of searching around and testing, I think I found a solution for the Arduino IDE version 2.2.1 or higher!! 🎉🎉 Here are the instructions for pages 25 - 28 of the zine (screen version): Install the LittleFS uploader pluginGo to the Arduino IDE plugins folder:
You may need to create the "plugins" folder. Next, download the vsix file to the "plugins" folder on your PC: https://github.com/earlephilhower/arduino-littlefs-upload/releases Restart the Arduino IDE. Convert the
|
You are using littleFs to upload the files. It doesn't soluction the bug that SPIFFS can't upload. While LittleFS is different with SPIFFS. Here you will know the different. SPIFFS use less space. However LittleFS is faster. |
Thank you so much for creating this Zine! I can't remember how I stumbled upon it, but I went ahead and bought the Wemos D1 mini as soon as I found the zine. 😄
Last week, I finally tested it out and followed the instructions, but ran into issues with "Captive portal approach 2: Use SPIFFS storage" (page 25 of the screen zine PDF). After downloading the plugin (v. 0.5.0), unzipping the file, and moving the "ESP8266FS" folder to the
[Sketchbook location]/tools/
directory, I was unable to locate the "ESP8266 Sketch Data Upload" plugin in the Arduino IDE Tools menu.After doing some digging, it looks like the issue has been reported in the plugin's repo:
According to another user, the plugin only works with Arduino IDE version 1.8.5 or older.
Another user says the following:
It looks like https://github.com/earlephilhower/arduino-littlefs-upload may be a starting point for a replacement, but I'm not the most well-versed with microcontrollers, and wanted to know if your team was aware of the issue and had other solutions (besides using an older version of the IDE).
I'll try the littlefs plugin to see if it works and report back...
The text was updated successfully, but these errors were encountered: