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.
1 parent a1ccf19 commit 873a8dcCopy full SHA for 873a8dc
avr/platform.txt
@@ -59,8 +59,8 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
59
# AVR Uploader/Programmers tools
60
# ------------------------------
61
62
-tools.avrdude.cmd.path=/usr/bin/avrdude
63
-tools.avrdude.config.path=/etc/avrdude.conf
+tools.avrdude.cmd.path={runtime.ide.path}/hardware/tools/avr/bin/avrdude
+tools.avrdude.config.path={runtime.ide.path}/hardware/tools/avr/etc/avrdude.conf
64
65
tools.avrdude.upload.params.verbose=-v -v -v -v
66
tools.avrdude.upload.params.quiet=-q -q
0 commit comments