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
10
10
tools.esptool_py.cmd.linux=esptool.py
11
11
tools.esptool_py.cmd.windows=esptool.exe
12
12
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
14
14
tools.esptool_py.network_cmd.windows="{runtime.platform.path}/tools/espota.exe" -r
15
15
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"
17
17
tools.gen_esp32part.cmd.windows="{runtime.platform.path}/tools/gen_esp32part.exe"
18
18
19
19
compiler.path={runtime.tools.{build.tarch}-{build.target}-elf-gcc.path}/bin/
You can’t perform that action at this time.
0 commit comments