Add SD card initialization

This commit is contained in:
lewishe
2022-11-12 15:14:13 +08:00
parent cd95d0865f
commit 61ebdb3367
3 changed files with 53 additions and 0 deletions

View File

@@ -254,6 +254,10 @@ void setup()
DEBUG_MSG("PCF8563 RTC found\n");
}
}
#ifdef HAS_SDCARD
setupSDCard();
#endif
#ifdef RAK4630
// scanEInkDevice();