mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 09:43:03 +00:00
Add SD card initialization
This commit is contained in:
@@ -254,6 +254,10 @@ void setup()
|
||||
DEBUG_MSG("PCF8563 RTC found\n");
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef HAS_SDCARD
|
||||
setupSDCard();
|
||||
#endif
|
||||
|
||||
#ifdef RAK4630
|
||||
// scanEInkDevice();
|
||||
|
||||
Reference in New Issue
Block a user