From 6c4912625c0db08203120d8643835812679180f0 Mon Sep 17 00:00:00 2001 From: MCUdude Date: Thu, 10 Oct 2024 21:38:34 +0200 Subject: [PATCH] Fix avrdude.conf path --- megaavr/platform.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/megaavr/platform.txt b/megaavr/platform.txt index 0cfe6bb..a46a036 100644 --- a/megaavr/platform.txt +++ b/megaavr/platform.txt @@ -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