How do I upload a vlw file to an ESP32? #97
-
I've tried entering the command "Upload" in the menu that appears when I press CTRL+SHIFT+P, but I don't see the option "Upload LittleFS to Pico/ESP8266/ESP32." How can I resolve this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Double check that you have copied the single .VSIX file to the right directory for your OS. It's not in the same place as the 1.x IDE. See the README section. |
Beta Was this translation helpful? Give feedback.
-
The VSIX file has been placed in the "arduinoIDE\plugins" directory as required. The Arduino version is 2.3.2, and the VSIX file is version 1.5.4. However, the "Upload LittleFS to Pico/ESP8266/ESP32" option is not visible in the command box. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
It's supposed to be in a hidden "." directory, so the name should be ".arduino...", not "arduino...". See https://randomnerdtutorials.com/arduino-ide-2-install-esp32-littlefs/ for a good intro with pictures.