me-no-dev / arduino-esp32fs-plugin

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

Where to place this file in Arduino IDE 2.0 for Mac OS? #32

Open cirobruno opened 2 years ago

cirobruno commented 2 years ago

I've been finding very limited information about this tool.

First, I've downloaded the zip and it contains just one file: "esp32fs.jar". I've tried to run this .jar from the finder, but it doesn't work. Should it be placed in any specific folder?

I've been reading that it has to be moved to "tools" folder. But Arduino IDE for Mac OS doesn't have any "tools" folder.

I'm stuck here.

Thank you. Regards

tbertels commented 2 years ago

Have you tried this:

On the OS X create the tools directory in ~/Documents/Arduino/ and unpack the files there

per1234 commented 2 years ago

Previous discussion here: https://github.com/me-no-dev/arduino-esp32fs-plugin/issues/30 (short answer is that Arduino IDE 2.x is not compatible and you should use Arduino IDE 1.x if you need this tool)