From 43335afbdbba42a1e4fc6e30910ad258cb9e3d7f Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Sat, 4 Feb 2023 11:29:39 -0600 Subject: [PATCH] Use fork of SdFat that supports gpt partitions so users do not have to format their cards with mbr. Thanks @PetteriAimonen for the patch. --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index bca0747..112c9c5 100644 --- a/platformio.ini +++ b/platformio.ini @@ -6,7 +6,7 @@ default_envs = STM32F1 [env] framework = arduino lib_deps = - greiman/SdFat @ 2.2.0 + SdFat=https://github.com/BlueSCSI/SdFat#2.2.0-gpt upload_protocol = stlink ; Different gcc versions produce much different binaries in terms of speed. platform_packages = platformio/toolchain-gccarmnoneeabi@1.90301.200702