1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-07 16:23:38 +03:00

Update platform.txt

This commit is contained in:
lrmoreno007 2015-09-14 19:21:15 +02:00
parent 52cab0ee73
commit e37c5aa4d3

View File

@ -90,9 +90,10 @@ tools.esptool.cmd.windows=esptool.exe
tools.esptool.path={runtime.platform.path}/tools
tools.esptool.upload.protocol=esp
upload.verbose=-v
tools.esptool.upload.params.verbose=-vv
tools.esptool.upload.params.quiet=
tools.esptool.upload.pattern="{path}/{cmd}" {tools.esptool.upload.params.verbose} -cd {upload.resetmethod} -cb {upload.speed} -cp "{serial.port}" -ca 0x00000 -cf "{build.path}/{build.project_name}.bin"
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}.bin"
tools.esptool.network.pattern=python "{path}/espota.py" "{serial.port}" "{network.port}" "{build.path}/{build.project_name}.bin"
tools.espota.cmd=python