File tree 1 file changed +4
-2
lines changed
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
97
97
98
98
tools.avrdude.upload.params.verbose=-v
99
99
tools.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"
101
102
102
103
tools.avrdude.program.params.verbose=-v
103
104
tools.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"
105
107
106
108
tools.avrdude.erase.params.verbose=-v
107
109
tools.avrdude.erase.params.quiet=-q -q
You can’t perform that action at this time.
0 commit comments