We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3c1e3 commit ce08855Copy full SHA for ce08855
platform.txt
@@ -3,8 +3,8 @@ version=0.0.1
3
4
runtime.tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32-elf
5
6
-tools.esptool.path="{runtime.platform.path}/tools/esptool"
7
-tools.esptool.cmd={tools.esptool.path}
+tools.esptool.path={runtime.platform.path}/tools/esptool
+tools.esptool.cmd="{tools.esptool.path}"
8
tools.esptool.cmd.linux=python "{tools.esptool.path}.py"
9
tools.esptool.cmd.windows="{tools.esptool.path}.exe"
10
0 commit comments