Skip to content

Commit c25feca

Browse files
authored
Change "python" to "python3" (espressif#6448)
First aid for ESP32 builds not passing in Arduino IDE on macOS Monterey 12.3 that obsolete "python2.7".
1 parent 6014ff4 commit c25feca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ tools.esptool_py.cmd=esptool
1010
tools.esptool_py.cmd.linux=esptool.py
1111
tools.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
1414
tools.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"
1717
tools.gen_esp32part.cmd.windows="{runtime.platform.path}/tools/gen_esp32part.exe"
1818

1919
compiler.path={runtime.tools.{build.tarch}-{build.target}-elf-gcc.path}/bin/

0 commit comments

Comments
 (0)