From 5f45696ec1ee010a08423efec7fe3e448ce07755 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 29 Jun 2022 23:40:48 +0200 Subject: [PATCH] Reference stable toolchain + framework version for 2.0.2 --- platform.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.json b/platform.json index 43bb64e..81ecc4e 100644 --- a/platform.json +++ b/platform.json @@ -35,7 +35,7 @@ "type": "toolchain", "optional": true, "owner": "earlephilhower", - "version": "~5.100300.0" + "version": "5.100300.220629" }, "framework-arduino-mbed": { "type": "framework", @@ -47,7 +47,7 @@ "type": "framework", "optional": true, "owner": "earlephilhower", - "version": "https://github.com/earlephilhower/arduino-pico.git" + "version": "~1.20202.0" }, "tool-rp2040tools": { "type": "uploader",