8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581e6e1 commit a79c4e7Copy full SHA for a79c4e7
.github/scripts/on-push.sh
@@ -108,7 +108,7 @@ else
108
replace_script+="data['packages']['toolchain-xtensa-esp32']['optional']=True;"
109
replace_script+="data['packages']['toolchain-xtensa-esp32s3']['optional']=False;"
110
replace_script+="data['packages']['tool-esptoolpy']['owner']='tasmota';"
111
- replace_script+="data['packages']['tool-esptoolpy']['version']='https://github.com/tasmota/esptool/releases/download/v3.3/esptool-3.3.zip';"
+ replace_script+="data['packages']['tool-esptoolpy']['version']='https://github.com/tasmota/esptool/releases/download/v4.2.1/esptool-4.2.1.zip';"
112
replace_script+="fp.seek(0);fp.truncate();json.dump(data, fp, indent=2);fp.close()"
113
python -c "$replace_script"
114
0 commit comments