File tree 3 files changed +254
-250
lines changed
3 files changed +254
-250
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,9 @@ sed "s/version=.*/version=$RELEASE_TAG/g" | \
229
229
sed ' s/tools\.esp32-arduino-libs\.path\.windows=.*//g' | \
230
230
sed ' s/{runtime\.platform\.path}.tools.esp32-arduino-libs/\{runtime.tools.esp32-arduino-libs.path\}/g' | \
231
231
sed ' s/{runtime\.platform\.path}.tools.xtensa-esp-elf-gdb/\{runtime.tools.xtensa-esp-elf-gdb.path\}/g' | \
232
- sed " s/{runtime\.platform\.path}.tools.xtensa-esp-elf/\\ {runtime.tools.$X32TC_NEW_NAME .path\\ }/g" | \
232
+ sed " s/{runtime\.platform\.path}.tools.xtensa-esp32-elf/\\ {runtime.tools.$X32TC_NEW_NAME .path\\ }/g" | \
233
+ sed " s/{runtime\.platform\.path}.tools.xtensa-esp32s2-elf/\\ {runtime.tools.$X32TC_NEW_NAME .path\\ }/g" | \
234
+ sed " s/{runtime\.platform\.path}.tools.xtensa-esp32s3-elf/\\ {runtime.tools.$X32TC_NEW_NAME .path\\ }/g" | \
233
235
sed ' s/{runtime\.platform\.path}.tools.riscv32-esp-elf-gdb/\{runtime.tools.riscv32-esp-elf-gdb.path\}/g' | \
234
236
sed " s/{runtime\.platform\.path}.tools.riscv32-esp-elf/\\ {runtime.tools.$RVTC_NEW_NAME .path\\ }/g" | \
235
237
sed ' s/{runtime\.platform\.path}.tools.esptool/\{runtime.tools.esptool_py.path\}/g' | \
You can’t perform that action at this time.
0 commit comments