mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-22 14:57:16 +02:00
Optimize esptool path for packaging and fix possible build errors in windows
This commit is contained in:
@ -3,8 +3,8 @@ version=0.0.1
|
||||
|
||||
runtime.tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32-elf
|
||||
|
||||
tools.esptool.path="{runtime.platform.path}/tools/esptool"
|
||||
tools.esptool.cmd={tools.esptool.path}
|
||||
tools.esptool.path={runtime.platform.path}/tools/esptool
|
||||
tools.esptool.cmd="{tools.esptool.path}"
|
||||
tools.esptool.cmd.linux=python "{tools.esptool.path}.py"
|
||||
tools.esptool.cmd.windows="{tools.esptool.path}.exe"
|
||||
|
||||
|
Reference in New Issue
Block a user