Skip to content

Commit 43335af

Browse files
committed
Use fork of SdFat that supports gpt partitions so users do not have to format their cards with mbr. Thanks @PetteriAimonen for the patch.
1 parent ad4737f commit 43335af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_envs = STM32F1
66
[env]
77
framework = arduino
88
lib_deps =
9-
greiman/SdFat @ 2.2.0
9+
SdFat=https://github.com/BlueSCSI/SdFat#2.2.0-gpt
1010
upload_protocol = stlink
1111
; Different gcc versions produce much different binaries in terms of speed.
1212
platform_packages = platformio/[email protected]

0 commit comments

Comments
 (0)