Skip to content

Commit e37c5aa

Browse files
committed
Update platform.txt
1 parent 52cab0e commit e37c5aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platform.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,10 @@ tools.esptool.cmd.windows=esptool.exe
9090
tools.esptool.path={runtime.platform.path}/tools
9191

9292
tools.esptool.upload.protocol=esp
93+
upload.verbose=-v
9394
tools.esptool.upload.params.verbose=-vv
9495
tools.esptool.upload.params.quiet=
95-
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"
96+
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"
9697
tools.esptool.network.pattern=python "{path}/espota.py" "{serial.port}" "{network.port}" "{build.path}/{build.project_name}.bin"
9798

9899
tools.espota.cmd=python

0 commit comments

Comments
 (0)