We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6014ff4 commit c25fecaCopy full SHA for c25feca
platform.txt
@@ -10,10 +10,10 @@ tools.esptool_py.cmd=esptool
10
tools.esptool_py.cmd.linux=esptool.py
11
tools.esptool_py.cmd.windows=esptool.exe
12
13
-tools.esptool_py.network_cmd=python "{runtime.platform.path}/tools/espota.py" -r
+tools.esptool_py.network_cmd=python3 "{runtime.platform.path}/tools/espota.py" -r
14
tools.esptool_py.network_cmd.windows="{runtime.platform.path}/tools/espota.exe" -r
15
16
-tools.gen_esp32part.cmd=python "{runtime.platform.path}/tools/gen_esp32part.py"
+tools.gen_esp32part.cmd=python3 "{runtime.platform.path}/tools/gen_esp32part.py"
17
tools.gen_esp32part.cmd.windows="{runtime.platform.path}/tools/gen_esp32part.exe"
18
19
compiler.path={runtime.tools.{build.tarch}-{build.target}-elf-gcc.path}/bin/
0 commit comments