We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9f26a1 + 4a15dd3 commit a92defaCopy full SHA for a92defa
hardware/esp8266com/esp8266/platform.txt
@@ -39,6 +39,7 @@ compiler.elf2hex.flags=
39
compiler.size.cmd=xtensa-lx106-elf-size
40
41
compiler.esptool.cmd=esptool
42
+compiler.esptool.cmd.windows=esptool.exe
43
44
# This can be overriden in boards.txt
45
build.extra_flags=-DESP8266
@@ -85,7 +86,7 @@ recipe.size.regex=^(?:\.text|\.data|\.rodata|\.irom0\.text|)\s+([0-9]+).*
85
86
87
tools.esptool.cmd=esptool
88
tools.esptool.cmd.windows=esptool.exe
-tools.esptool.path={compiler.tools.path}
89
+tools.esptool.path={runtime.platform.path}/tools
90
91
tools.esptool.upload.protocol=esp
92
tools.esptool.upload.params.verbose=-vv
0 commit comments