From dc472b145576b1a0fe1ce54663d182bf26baabe1 Mon Sep 17 00:00:00 2001 From: Maximilian Gerhardt Date: Tue, 19 Jul 2022 11:35:53 +0200 Subject: [PATCH] Temporarily use git link for 2.3.2 core Until the package appears in https://registry.platformio.org/tools/earlephilhower/framework-arduinopico/versions (currently only 2.3.1, needs manual approval) --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 40b337f..1ba2997 100644 --- a/platform.json +++ b/platform.json @@ -47,7 +47,7 @@ "type": "framework", "optional": true, "owner": "earlephilhower", - "version": "~1.20301.0" + "version": "https://github.com/earlephilhower/arduino-pico.git#2.3.2" }, "tool-rp2040tools": { "type": "uploader",