Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c25feca

Browse filesBrowse 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
Copy full SHA for c25feca

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎platform.txt

Copy file name to clipboardExpand all lines: platform.txt
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.