File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ tools.esptool_py.cmd=esptool
1010tools.esptool_py.cmd.linux=esptool.py
1111tools.esptool_py.cmd.windows=esptool.exe
1212
13- tools.esptool_py.network_cmd=python "{runtime.platform.path}/tools/espota.py" -r
13+ tools.esptool_py.network_cmd=python3 "{runtime.platform.path}/tools/espota.py" -r
1414tools.esptool_py.network_cmd.windows="{runtime.platform.path}/tools/espota.exe" -r
1515
16- tools.gen_esp32part.cmd=python "{runtime.platform.path}/tools/gen_esp32part.py"
16+ tools.gen_esp32part.cmd=python3 "{runtime.platform.path}/tools/gen_esp32part.py"
1717tools.gen_esp32part.cmd.windows="{runtime.platform.path}/tools/gen_esp32part.exe"
1818
1919compiler.path={runtime.tools.{build.tarch}-{build.target}-elf-gcc.path}/bin/
You can’t perform that action at this time.
0 commit comments