lorol / arduino-esp32fs-plugin

Arduino plugin for uploading files to ESP32 file system
GNU General Public License v2.0
122 stars 18 forks source link

ESP32 Sketch Data Upload menu item not appearing despite correct installation #16

Open Danial-Sy opened 11 months ago

Danial-Sy commented 11 months ago

I installed the file exactly how it was meant to be installed, with the location being sketchbook directory\Documents\Arduino\tools\ESP32FS\tool\esp32fs.jar but nothing is appearing. I've tried reinstalling it and restarting my computer but thus far nothing has gotten it to show up. Any idea why this is happening?

DzenDyn commented 9 months ago

i have same problem

Grey-Lancaster commented 8 months ago

same problem

image

image

Grey-Lancaster commented 8 months ago

found this, use an old version and it worked

https://github.com/me-no-dev/arduino-esp32fs-plugin/issues/15 image

Megumin6626 commented 4 days ago

Got the same problem. For me, it's the newer mkfatfs.exe and mklittlefs.exe causing the problem. Solved it by using the older version uploaded on Oct 9, 2020. I used the latest release of esp32fs.jar from esp32fs.zip (release Feb 3, 2021)

And from the older release [Added a choice to "Erase All Flash"] (release Oct 9, 2020) Under the assets, download and unzip:

- mkfatfs.zip - x86_64-w64-mingw32-mklittlefs-295fe9b.zip

image image