Skip to content

Commit 2449e14

Browse files
authored
Merge pull request #8 from per1234/default-verify-values
Set default value for upload.verify
2 parents 3c5c11f + 86b776f commit 2449e14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

avr/platform.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ tools.avrdude.config.path={runtime.platform.path}/avrdude.conf
9797

9898
tools.avrdude.upload.params.verbose=-v
9999
tools.avrdude.upload.params.quiet=-q -q
100+
# tools.avrdude.upload.verify is needed for backwards compatibility with AVRDUDE 6.3.0 and IDE 1.6.8 or older, IDE 1.6.9 or newer overrides this value
101+
tools.avrdude.upload.verify=
100102
tools.avrdude.upload.params.noverify=-V
101103
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"
102104

0 commit comments

Comments
 (0)