|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Check if msDrive1 is plugged in and initialized |
|
|
// Check if msDrive1 is plugged in and initialized |
|
|
if((mscError = msDrive1.checkConnectedInitialized()) != MS_INIT_PASS) { |
|
|
if((mscError = msDrive1.checkConnectedInitialized()) != MS_INIT_PASS) { |
|
|
Serial.printf(f("msDrive1 not connected: Code: %d\n\n"), mscError); |
|
|
|
|
|
|
|
|
Serial.printf(("msDrive1 not connected: Code: %d\n\n"), mscError); |
|
|
} else { |
|
|
} else { |
|
|
Serial.printf(F("msDrive1 connected/initilized\n")); |
|
|
Serial.printf(F("msDrive1 connected/initilized\n")); |
|
|
showUSBDriveInfo(&msDrive1); |
|
|
showUSBDriveInfo(&msDrive1); |