Skip to content

Commit a92defa

Browse files
author
ficeto
committed
Merge pull request #26 from esp8266/esp8266
pull master
2 parents c9f26a1 + 4a15dd3 commit a92defa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hardware/esp8266com/esp8266/platform.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ compiler.elf2hex.flags=
3939
compiler.size.cmd=xtensa-lx106-elf-size
4040

4141
compiler.esptool.cmd=esptool
42+
compiler.esptool.cmd.windows=esptool.exe
4243

4344
# This can be overriden in boards.txt
4445
build.extra_flags=-DESP8266
@@ -85,7 +86,7 @@ recipe.size.regex=^(?:\.text|\.data|\.rodata|\.irom0\.text|)\s+([0-9]+).*
8586

8687
tools.esptool.cmd=esptool
8788
tools.esptool.cmd.windows=esptool.exe
88-
tools.esptool.path={compiler.tools.path}
89+
tools.esptool.path={runtime.platform.path}/tools
8990

9091
tools.esptool.upload.protocol=esp
9192
tools.esptool.upload.params.verbose=-vv

0 commit comments

Comments
 (0)