me-no-dev / arduino-esp32fs-plugin

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

Didn't work for ESP32-C3 #35

Open Skywalkerf34 opened 2 years ago

Skywalkerf34 commented 2 years ago

Hi,

I am under windows10/ARDUINO 1.8.13 I install this in /tools sub. Trying to write in a ESP32-C3 dev I get the message :

esptool.py v3.1 Serial port COM11 Connecting....

A fatal error occurred: This chip is ESP32-C3 not ESP32. Wrong --chip argument? SPIFFS Upload failed!

I there a way to fix this issue?

gabrielcsapo commented 2 years ago

There is a patched version that works https://github.com/lorol/arduino-esp32fs-plugin

digamesystems commented 1 year ago

Thanks! 'Worked for me, too.