浏览代码

Merge pull request #143 from erichelgeson/eric/pinSDFat

Pin SdFat to 2.0.6
Eric Helgeson 3 年之前
父节点
当前提交
e26e41dcbd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      platformio.ini

+ 2 - 2
platformio.ini

@@ -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