From 55347cc92d48464c81d5e58006dc561d702e250c Mon Sep 17 00:00:00 2001 From: GUVWAF Date: Thu, 14 Nov 2024 21:43:25 +0100 Subject: [PATCH] RAK11310 needs old platform as well --- variants/rak11310/platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/variants/rak11310/platformio.ini b/variants/rak11310/platformio.ini index 1a5e38a98..923cedaa3 100644 --- a/variants/rak11310/platformio.ini +++ b/variants/rak11310/platformio.ini @@ -3,6 +3,7 @@ extends = rp2040_base board = wiscore_rak11300 upload_protocol = picotool # keep an old SDK to use less memory. +platform = https://github.com/maxgerhardt/platform-raspberrypi.git#v1.2.0-gcc12 platform_packages = framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#3.7.2 # add our variants files to the include and src paths