Skip to content

Commit d851ba6

Browse files
Fix esptool windows python path
Fixes a typo in the python path for Windows for upload.
1 parent a2211bf commit d851ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ recipe.size.regex.data=^(?:\.data|\.rodata|\.bss)\s+([0-9]+).*
125125

126126
# Need to duplicate the python path because Arduino does not replace properly in this stage
127127
tools.esptool.cmd=python
128-
tools.esptool.cmd.windows={runtime.tools.python.windows.path}/python.exe
128+
tools.esptool.cmd.windows={runtime.tools.python.path}/python.exe
129129
tools.esptool.path=
130130
tools.esptool.network_cmd=python
131-
tools.esptool.network_cmd.windows={runtime.tools.python.windows.path}/python.exe
131+
tools.esptool.network_cmd.windows={runtime.tools.python.path}/python.exe
132132

133133
tools.esptool.upload.protocol=esp
134134
tools.esptool.upload.params.verbose=--trace

0 commit comments

Comments
 (0)