fixes avrdude path in boards.txt
This commit is contained in:
parent
2d452bb5b9
commit
e5750412b3
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ version=1.3.1
|
|||
# ------------------------------
|
||||
tools.avrdude.path={runtime.tools.avrdude.path}
|
||||
tools.avrdude.cmd.path={path}/bin/avrdude
|
||||
tools.avrdude.config.path={runtime.platform.path}/avrdude.conf
|
||||
tools.avrdude.config.path={path}/etc/avrdude.conf
|
||||
|
||||
tools.avrdude.upload.params.verbose=-v
|
||||
tools.avrdude.upload.params.quiet=-q -q
|
||||
|
|
|
|||
Loading…
Reference in a new issue