Skip to content

Commit

Permalink
Fix esptool windows python path
Browse files Browse the repository at this point in the history
Fixes a typo in the python path for Windows for upload.
  • Loading branch information
earlephilhower committed Mar 21, 2019
1 parent a2211bf commit d851ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ recipe.size.regex.data=^(?:\.data|\.rodata|\.bss)\s+([0-9]+).*

# Need to duplicate the python path because Arduino does not replace properly in this stage
tools.esptool.cmd=python
tools.esptool.cmd.windows={runtime.tools.python.windows.path}/python.exe
tools.esptool.cmd.windows={runtime.tools.python.path}/python.exe
tools.esptool.path=
tools.esptool.network_cmd=python
tools.esptool.network_cmd.windows={runtime.tools.python.windows.path}/python.exe
tools.esptool.network_cmd.windows={runtime.tools.python.path}/python.exe

tools.esptool.upload.protocol=esp
tools.esptool.upload.params.verbose=--trace
Expand Down

0 comments on commit d851ba6

Please sign in to comment.