mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2025-04-01 00:30:50 +00:00
Pin SdFat to 2.0.6 to allow CI to run
This commit is contained in:
parent
54500e18b8
commit
2f8dd8a3fe
@ -6,7 +6,7 @@ default_envs = STM32F1
|
||||
[env]
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
greiman/SdFat @ ^2.0.6
|
||||
greiman/SdFat @ 2.0.6
|
||||
upload_protocol = stlink
|
||||
; Different gcc versions produce much different binaries in terms of speed.
|
||||
platform_packages = platformio/toolchain-gccarmnoneeabi@1.90301.200702
|
||||
@ -67,7 +67,7 @@ board_build.mcu = stm32f103c8t6
|
||||
board_build.core = maple
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
greiman/SdFat @ ^2.0.6
|
||||
greiman/SdFat @ 2.0.6
|
||||
upload_protocol = dfu
|
||||
; Different gcc versions produce much different binaries in terms of speed.
|
||||
platform_packages = platformio/toolchain-gccarmnoneeabi@1.90301.200702
|
||||
|
Loading…
x
Reference in New Issue
Block a user