Update esptool on mac and windows and revert linux to use python

This commit is contained in:
me-no-dev
2017-04-04 02:36:55 +03:00
parent 7e5b278107
commit 2f02e27327
3 changed files with 17 additions and 27 deletions

View File

@ -4,6 +4,7 @@ version=0.0.1
runtime.tools.xtensa-esp32-elf-gcc.path={runtime.platform.path}/tools/xtensa-esp32-elf
tools.esptool.cmd="{runtime.platform.path}/tools/esptool"
tools.esptool.cmd.linux=python "{runtime.platform.path}/tools/esptool.py"
tools.esptool.cmd.windows="{runtime.platform.path}/tools/esptool.exe"
tools.esptool.network_cmd=python "{runtime.platform.path}/tools/espota.py"