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 4f55293 commit 84b8582Copy full SHA for 84b8582
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