earlephilhower / arduino-littlefs-upload

Build and uploads LittleFS filesystems for the Arduino-Pico RP2040, ESP8266, and ESP32 cores under Arduino IDE 2.2.1 or higher
MIT License
96 stars 9 forks source link

Update unsupported target error to reflect addition of ESP32 support #22

Closed per1234 closed 2 months ago

per1234 commented 2 months ago

Support for the ESP32 family of microcontrollers was recently added to the extension (https://github.com/earlephilhower/arduino-littlefs-upload/pull/16).

When a user attempts a filesystem upload while a board of an unsupported architecture is selected in Arduino IDE, the extension displays a helpful error message which includes a list of supported targets. This message was not updated at the time the ESP32 support was added.


Originally reported at https://forum.arduino.cc/t/esp32-sketch-data-upload/1224606/15