From f3af21001aca3f7d11289ceb58e6938c5c8ab286 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Fri, 12 May 2023 14:42:23 +0300 Subject: [PATCH 1/2] Update Arduino cores - MegaCoreX v1.1.2 - MegaTinyCore v2.6.7 - Arduino v1.8.8 --- platform.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform.json b/platform.json index b296b12..442fa17 100644 --- a/platform.json +++ b/platform.json @@ -36,19 +36,19 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~1.8.7" + "version": "~1.8.8" }, "framework-arduino-megaavr-megacorex": { "type": "framework", "optional": true, "owner": "platformio", - "version": "~1.1.1" + "version": "~1.1.2" }, "framework-arduino-megaavr-megatinycore": { "type": "framework", "optional": true, "owner": "platformio", - "version": "~2.6.5" + "version": "~2.6.7" }, "framework-arduino-megaavr-dxcore": { "type": "framework", From 54b8ba243e884dff5fa12fdfcd20a178a6594070 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Fri, 19 May 2023 13:50:29 +0300 Subject: [PATCH 2/2] Bump version to 1.9.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 442fa17..afce8e0 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/platformio/platform-atmelmegaavr.git" }, - "version": "1.8.0", + "version": "1.9.0", "frameworks": { "arduino": { "package": "framework-arduino-megaavr",