File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -90,9 +90,10 @@ tools.esptool.cmd.windows=esptool.exe
90
90
tools.esptool.path={runtime.platform.path}/tools
91
91
92
92
tools.esptool.upload.protocol=esp
93
+ upload.verbose=-v
93
94
tools.esptool.upload.params.verbose=-vv
94
95
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"
96
97
tools.esptool.network.pattern=python "{path}/espota.py" "{serial.port}" "{network.port}" "{build.path}/{build.project_name}.bin"
97
98
98
99
tools.espota.cmd=python
You can’t perform that action at this time.
0 commit comments