Skip to content

Commit d6b5beb

Browse files
committed
Fix tools path
1 parent 3a85279 commit d6b5beb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

hardware/esp8266com/esp8266/platform.txt

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88
name=ESP8266 Modules
99
version=1.6.4
1010

11-
#board-manager-package-compat-begin
12-
runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf-gcc
11+
runtime.tools.xtensa-lx106-elf-gcc.path={runtime.platform.path}/tools/xtensa-lx106-elf
1312
runtime.tools.esptool.path={runtime.platform.path}/tools
14-
#board-manager-package-compat-end
1513

1614
compiler.path={runtime.tools.xtensa-lx106-elf-gcc.path}/bin/
1715
compiler.sdk.path={runtime.platform.path}/tools/sdk/
@@ -88,8 +86,9 @@ recipe.size.regex=^(?:\.text|\.data|\.rodata|\.irom0\.text|)\s+([0-9]+).*
8886

8987
tools.esptool.cmd=esptool
9088
tools.esptool.cmd.windows=esptool.exe
89+
tools.esptool.path={runtime.platform.path}/tools
9190

9291
tools.esptool.upload.protocol=esp
9392
tools.esptool.upload.params.verbose=-vv
9493
tools.esptool.upload.params.quiet=
95-
tools.esptool.upload.pattern="{runtime.tools.esptool.path}/{cmd}" {upload.verbose} -cd {upload.resetmethod} -cb {upload.speed} -cp "{serial.port}" -ca 0x00000 -cf "{build.path}/{build.project_name}_00000.bin" -ca 0x10000 -cf "{build.path}/{build.project_name}_10000.bin"
94+
tools.esptool.upload.pattern="{path}/{cmd}" {upload.verbose} -cd {upload.resetmethod} -cb {upload.speed} -cp "{serial.port}" -ca 0x00000 -cf "{build.path}/{build.project_name}_00000.bin" -ca 0x10000 -cf "{build.path}/{build.project_name}_10000.bin"

0 commit comments

Comments
 (0)