fix(stub_flasher): Fix ESP32-C5 ECO2 flashing

This commit is contained in:
Radim Karniš
2025-05-13 11:15:05 +02:00
parent ce16054a95
commit bb237bc1f1
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ STUBS = (
"STUB_SET_VERSION": "1",
"DOWNLOAD_URL": "https://github.com/espressif/esptool-legacy-flasher-stub/releases/download",
"TAG_URL": "https://github.com/espressif/esptool-legacy-flasher-stub/releases/tag",
"VERSION": "v1.5.0",
"VERSION": "v1.5.1",
"FILE_LIST": (
"esp32",
"esp32c2",

View File

@@ -1,3 +1,3 @@
# Licensing
The binaries in JSON format distributed in this directory are released as Free Software under GNU General Public License Version 2 or later. They were released at https://github.com/espressif/esptool-legacy-flasher-stub/releases/tag/v1.5.0 from where the sources can be obtained.
The binaries in JSON format distributed in this directory are released as Free Software under GNU General Public License Version 2 or later. They were released at https://github.com/espressif/esptool-legacy-flasher-stub/releases/tag/v1.5.1 from where the sources can be obtained.

File diff suppressed because one or more lines are too long