arduino-esp32fs-plugin icon indicating copy to clipboard operation
arduino-esp32fs-plugin copied to clipboard

Arduino IDE: SPIFFS Not Supported on arduino-esp32

Open kristsm opened this issue 7 years ago • 2 comments

Hi! Came to problem where Arduino IDE does not allow to upload to esp32 . When pushing "ESP32 Sketch Data Upload" it just warns about: SPIFFS Not Supported on arduino-esp32. Tried Arduino 1.8.5. and 1.85 (I am on Windows 10) with no luck. Compilation and upload of firmware works fine.

kristsm avatar Jan 23 '18 12:01 kristsm

I had the same error until I upgraded to the latest version https://github.com/espressif/arduino-esp32

bospre avatar Jan 28 '18 20:01 bospre

Please change the folder name where esp32 is placed. Arduino / hardware / espressif / arduino-esp32 to Arduino / hardware / espressif / esp32

I got the following error. SPIFFS Not Supported on ESP 32 I changed the folder name from ESP32 to esp32 and it worked normally.

gggatelier avatar May 13 '18 09:05 gggatelier