From 2a3f6f9724b80790a1866179176bd371c68440db Mon Sep 17 00:00:00 2001 From: Zhiquan Yeo Date: Fri, 5 Jan 2024 16:45:25 -0500 Subject: [PATCH] Pin to stable framework version (#37) --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index bd20f98..650c6c6 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1,5 +1,5 @@ [env] -platform = https://github.com/zhiquanyeo/platform-raspberrypi.git +platform = https://github.com/zhiquanyeo/platform-raspberrypi.git#9de6fbb05e7daf4a4ad543d37a7e8f66194b5164 framework = arduino board_build.core = earlephilhower board_build.filesystem_size = 0.5m