Releases: earlephilhower/arduino-littlefs-upload
Releases · earlephilhower/arduino-littlefs-upload
Release 1.1.7 - ESP32, ESP8266, and Pico Support with better ESP32 partition support
For the ESP32, obey user selected partitioning scheme. It will check for sketch partitions.csv
file and the menu options before falling back to the default partition scheme.
Release 1.1.6 - ESP32, ESP8266, and Pico Support with more logging
Minor upgrade which provides more logging to help debugging if things go wrong.
Release 1.1.5 - ESP32, ESP8266, and Pico Support
New in this release: ESP32 family board name fixes
Release 1.1.4 - ESP32, ESP8266, and Pico Support
Includes fix for Mac ESP32 uploads
Release 1.1.3 - ESP32, ESP8266, and Pico Support
Linux and Mac uploads were broken, fixed here by using the system python3
interpreter.
Release 1.1.1 - ESP32, ESP8266, and Pico Support
Minor update to support ESP32 variants (C6, S2, etc.)
Release 1.1.0 - ESP32, ESP8266, and Pico Support
Add ESP32 support (#16) * Add support for ESP32 Fix #15 Add support for ESP32 hardware. * Update the vsix compiled extenstion Update the compiled, bundled Arduino extension file to 1.1 * Update README.md Clean up additions made to the Readme * Update tsconfig.json, add allowSyntheticDefaultImports
Initial release
1.0.0 Update version to 1.0, this is functional enough.