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 5c5a112 commit a4ed701Copy full SHA for a4ed701
.github/scripts/on-push.sh
@@ -109,7 +109,7 @@ else
109
replace_script+="data['packages']['toolchain-xtensa-esp32']['optional']=True;"
110
replace_script+="data['packages']['toolchain-xtensa-esp32s3']['optional']=False;"
111
replace_script+="data['packages']['tool-esptoolpy']['owner']='tasmota';"
112
- replace_script+="data['packages']['tool-esptoolpy']['version']='https://github.com/tasmota/esptool/releases/download/v3.2.1/esptool-3.2.1.zip';"
+ replace_script+="data['packages']['tool-esptoolpy']['version']='https://github.com/tasmota/esptool/releases/download/v3.3/esptool-3.3.zip';"
113
replace_script+="fp.seek(0);fp.truncate();json.dump(data, fp, indent=2);fp.close()"
114
python -c "$replace_script"
115
0 commit comments