Skip to content

Commit

Permalink
Fix avrdude.conf path
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude committed Oct 10, 2024
1 parent 957689a commit 6c49126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megaavr/platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ recipe.preproc.macros="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} {

tools.avrdude.path={runtime.tools.avrdude.path}
tools.avrdude.cmd.path={runtime.tools.avrdude.path}/bin/avrdude
tools.avrdude.config.path={runtime.tools.avrdude.path}/bin/avrdude.conf
tools.avrdude.config.path={runtime.tools.avrdude.path}/etc/avrdude.conf

tools.avrdude.network_cmd={runtime.tools.arduinoOTA.path}/bin/arduinoOTA

Expand Down

0 comments on commit 6c49126

Please sign in to comment.