8000
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 55289a4 commit 4f55293Copy full SHA for 4f55293
platform.txt
@@ -3,9 +3,10 @@ version=0.0.1
3
4
runtime.tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32-elf
5
6
-tools.esptool.cmd="{runtime.platform.path}/tools/esptool"
7
-tools.esptool.cmd.linux=python "{runtime.platform.path}/tools/esptool.py"
8
-tools.esptool.cmd.windows="{runtime.platform.path}/tools/esptool.exe"
+tools.esptool.path="{runtime.platform.path}/tools/esptool"
+tools.esptool.cmd={tools.esptool.path}
+tools.esptool.cmd.linux=python "{tools.esptool.path}.py"
9
+tools.esptool.cmd.windows="{tools.esptool.path}.exe"
10
11
tools.esptool.network_cmd=python "{runtime.platform.path}/tools/espota.py"
12
tools.esptool.network_cmd.windows="{runtime.platform.path}/tools/espota.exe"
0 commit comments