We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c5c11f + 86b776f commit 2449e14Copy full SHA for 2449e14
avr/platform.txt
@@ -97,6 +97,8 @@ tools.avrdude.config.path={runtime.platform.path}/avrdude.conf
97
98
tools.avrdude.upload.params.verbose=-v
99
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=
102
tools.avrdude.upload.params.noverify=-V
103
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"
104
0 commit comments