We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2211bf commit d851ba6Copy full SHA for d851ba6
platform.txt
@@ -125,10 +125,10 @@ recipe.size.regex.data=^(?:\.data|\.rodata|\.bss)\s+([0-9]+).*
125
126
# Need to duplicate the python path because Arduino does not replace properly in this stage
127
tools.esptool.cmd=python
128
-tools.esptool.cmd.windows={runtime.tools.python.windows.path}/python.exe
+tools.esptool.cmd.windows={runtime.tools.python.path}/python.exe
129
tools.esptool.path=
130
tools.esptool.network_cmd=python
131
-tools.esptool.network_cmd.windows={runtime.tools.python.windows.path}/python.exe
+tools.esptool.network_cmd.windows={runtime.tools.python.path}/python.exe
132
133
tools.esptool.upload.protocol=esp
134
tools.esptool.upload.params.verbose=--trace
0 commit comments