File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,13 @@ tools.avrdude.config.path={path}/etc/avrdude.conf
9797
9898tools.avrdude.upload.params.verbose=-v
9999tools.avrdude.upload.params.quiet=-q -q
100- tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.verbose} -p{build.mcu} -c{upload.protocol} -P{serial.port} -b{upload.speed} -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"
100+ tools.avrdude.upload.params.noverify=-V
101+ tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.verbose} {upload.verify} -p{build.mcu} -c{upload.protocol} -P{serial.port} -b{upload.speed} -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"
101102
102103tools.avrdude.program.params.verbose=-v
103104tools.avrdude.program.params.quiet=-q -q
104- tools.avrdude.program.pattern="{cmd.path}" "-C{config.path}" {program.verbose} -p{build.mcu} -c{protocol} {program.extra_params} "-Uflash:w:{build.path}/{build.project_name}.hex:i"
105+ tools.avrdude.program.params.noverify=-V
106+ tools.avrdude.program.pattern="{cmd.path}" "-C{config.path}" {program.verbose} {program.verify} -p{build.mcu} -c{protocol} {program.extra_params} "-Uflash:w:{build.path}/{build.project_name}.hex:i"
105107
106108tools.avrdude.erase.params.verbose=-v
107109tools.avrdude.erase.params.quiet=-q -q
You can’t perform that action at this time.
0 commit comments