From f3af21001aca3f7d11289ceb58e6938c5c8ab286 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Fri, 12 May 2023 14:42:23 +0300 Subject: [PATCH] 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",