Skip to content

Commit ce08855

Browse files
author
blue-2357
committed
Optimize esptool path for packaging and fix possible build errors in windows
1 parent 2a3c1e3 commit ce08855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ version=0.0.1
33

44
runtime.tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32-elf
55

6-
tools.esptool.path="{runtime.platform.path}/tools/esptool"
7-
tools.esptool.cmd={tools.esptool.path}
6+
tools.esptool.path={runtime.platform.path}/tools/esptool
7+
tools.esptool.cmd="{tools.esptool.path}"
88
tools.esptool.cmd.linux=python "{tools.esptool.path}.py"
99
tools.esptool.cmd.windows="{tools.esptool.path}.exe"
1010

0 commit comments

Comments
 (0)