Hello everyone,
I'm encountering an issue with accessing the "ESP8266 Sketch Data Upload" menu item in Arduino IDE. Despite following the instructions provided, I'm unable to find this option, preventing me from uploading files to the SPIFFS filesystem on my ESP8266 board.
Here are the steps I've taken:
- Installed the Arduino IDE and ensured it's up to date.
- Installed the ESP8266 board package via the Boards Manager.
- Installed the SPIFFS tool by placing the
esp8266fs.jar
file in the correct directory. - Added the correct ESP8266 board URL to the Additional Board Manager URLs in Arduino IDE preferences.
- Closed and reopened Arduino IDE after making changes.
- Checked for the "ESP8266 Sketch Data Upload" menu item under
Tools
, but it's still missing.
Despite these efforts, I'm unable to proceed with uploading files to the SPIFFS filesystem.
Could someone please assist me in troubleshooting this issue? Any insights or suggestions would be greatly appreciated.
- Operating System: WINDOWS