mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
avr platform: fixed avrdude path
This commit is contained in:
parent
7d6729ab93
commit
3be821dfcf
@ -76,8 +76,8 @@ recipe.size.regex.eeprom=^(?:\.eeprom)\s+([0-9]+).*
|
||||
# ------------------------------
|
||||
|
||||
tools.avrdude.path={runtime.tools.avrdude.path}
|
||||
tools.avrdude.cmd.path={path}/avrdude
|
||||
tools.avrdude.config.path={path}/avrdude.conf
|
||||
tools.avrdude.cmd.path={path}/bin/avrdude
|
||||
tools.avrdude.config.path={path}/etc/avrdude.conf
|
||||
|
||||
tools.avrdude.upload.params.verbose=-v
|
||||
tools.avrdude.upload.params.quiet=-q -q
|
||||
|
Loading…
Reference in New Issue
Block a user