From 25ddb35bdfbf323282370a2d19fd561690cee984 Mon Sep 17 00:00:00 2001 From: mattura <3749902+mattura@users.noreply.github.com> Date: Wed, 17 Aug 2022 10:04:50 +0100 Subject: [PATCH] Update package_digistump_index.json for 64-bit AVR 7.3.0 Changed reference to old 32-bit AVR GCC (4.8.1) to new 64-bit GCC 7.3.0-atmel3.6.1-arduino7. This should exist if you have updated "Arduino AVR Boards" in Boards Manager to 1.8.5 --- package_digistump_index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package_digistump_index.json b/package_digistump_index.json index a1119df..a27ba49 100644 --- a/package_digistump_index.json +++ b/package_digistump_index.json @@ -48,7 +48,7 @@ { "packager": "arduino", "name": "avr-gcc", - "version": "4.8.1-arduino5" + "version": "7.3.0-atmel3.6.1-arduino7" }, { "packager": "digistump",