File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,14 +102,14 @@ tools.avrdude.upload.params.quiet=-q -q
102
102
# tools.avrdude.upload.verify is needed for backwards compatibility with IDE 1.6.8 or older, IDE 1.6.9 or newer overrides this value
103
103
tools.avrdude.upload.verify=
104
104
tools.avrdude.upload.params.noverify=-V
105
- tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.verbose} {upload.verify} -p{build.mcu} -c{upload.protocol} -Pusb -b{upload.speed} -e -D "-Uflash:w:{build.path}/{build.project_name}.hex:i"
105
+ tools.avrdude.upload.pattern="{cmd.path}" "-C{config.path}" {upload.verbose} {upload.verify} -p{build.mcu} -c{upload.protocol} -Pusb -b{upload.speed} -e -D "-Uflash:w:{build.path}/{build.project_name}.hex:i" "-Ufuses:w:{runtime.platform.path}/fuses/{fuses.file}:r"
106
106
107
107
tools.avrdude.program.params.verbose=-v
108
108
tools.avrdude.program.params.quiet=-q -q
109
109
# tools.avrdude.program.verify is needed for backwards compatibility with IDE 1.6.8 or older, IDE 1.6.9 or newer overrides this value
110
110
tools.avrdude.program.verify=
111
111
tools.avrdude.program.params.noverify=-V
112
- 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"
112
+ 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" "-Ufuses:w:{runtime.platform.path}/fuses/{fuses.file}:r"
113
113
114
114
tools.avrdude.erase.params.verbose=-v
115
115
tools.avrdude.erase.params.quiet=-q -q
You can’t perform that action at this time.
0 commit comments