소스 검색

Cleaned up SDfs logging

Troy 3 년 전
부모
커밋
847456203f
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      src/BlueSCSI.cpp

+ 1 - 5
src/BlueSCSI.cpp

@@ -663,12 +663,8 @@ void initFileLog(int success_mhz) {
     case FAT_TYPE_EXFAT:
     LOG_FILE.println("exFAT");
     break;
-    case FAT_TYPE_FAT32:
-    LOG_FILE.print("FAT32");
-    case FAT_TYPE_FAT16:
-    LOG_FILE.print("FAT16");
     default:
-    LOG_FILE.println(" - Consider formatting the SD Card with exFAT for improved performance.");
+    LOG_FILE.print("FAT 32/16/12 - Consider formatting the SD Card with exFAT for improved performance.");
   }
   LOG_FILE.print("SPI speed: ");
   LOG_FILE.print(success_mhz);