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

Support setting upload speed for ESP32 #39

Closed earlephilhower closed 1 month ago

earlephilhower commented 1 month ago

The ESP32 seems to have changed their internal menu names, so add in the new one for the uploadSpeed(baud) setting.

Fixes #38