File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ tools.arduino101load.cmd.path.windows={runtime.tools.sketchUploader.path}/x86/bi
8686tools.arduino101load.cmd.script.windows={runtime.tools.sketchUploader.path}/clupload/cluploadArduino101_win.sh
8787tools.arduino101load.cmd.bin.windows={runtime.tools.sketchUploader.path}/x86/bin
8888
89- tools.arduino101load.upload.params.verbose=-vvvvvv
90- tools.arduino101load.upload.params.quiet=-q
89+ tools.arduino101load.upload.params.verbose=verbose
90+ tools.arduino101load.upload.params.quiet=quiet
9191
92- tools.arduino101load.upload.pattern=/bin/bash --verbose -- noprofile "{cmd.path}" "{runtime.tools.sketchUploader.path}/x86/bin" {build.path}/{build.project_name}.elf {serial.port}
93- tools.arduino101load.upload.pattern.linux=/bin/bash --verbose -- noprofile {cmd.path} "{runtime.tools.sketchUploader.path}/x86/bin" {build.path}/{build.project_name}.elf {serial.port}
92+ tools.arduino101load.upload.pattern=/bin/bash --noprofile "{cmd.path}" "{runtime.tools.sketchUploader.path}/x86/bin" {build.path}/{build.project_name}.elf {serial.port} "{upload.verbose}"
93+ tools.arduino101load.upload.pattern.linux=/bin/bash --noprofile {cmd.path} "{runtime.tools.sketchUploader.path}/x86/bin" {build.path}/{build.project_name}.elf {serial.port} "{upload.verbose}"
9494tools.arduino101load.upload.elf.windows={build.path}/{build.project_name}.elf
95- tools.arduino101load.upload.pattern.windows="{cmd.path}" "--verbose" "-- noprofile" "{cmd.script}" "{cmd.bin}" "{upload.elf}" "{serial.port}"
95+ tools.arduino101load.upload.pattern.windows="{cmd.path}" "--noprofile" "{cmd.script}" "{cmd.bin}" "{upload.elf}" "{serial.port}" "{upload.verbose }"
You can’t perform that action at this time.
0 commit comments