瀏覽代碼

Fix build errors in porting template project

Petteri Aimonen 3 年之前
父節點
當前提交
c94254a224
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      platformio.ini

+ 2 - 1
platformio.ini

@@ -14,8 +14,9 @@ build_flags =
     -DPREFETCH_BUFFER_SIZE=0
     -DMAX_SECTOR_SIZE=2048
     -DSCSI2SD_BUFFER_SIZE=4096
+    -DUSE_ARDUINO=1
 lib_deps =
-    SdFat=https://github.com/greiman/SdFat
+    SdFat=https://github.com/greiman/SdFat#2.1.2
     minIni
     ZuluSCSI_platform_template
     SCSI2SD