@@ -464,8 +464,6 @@ extern "C" void bluescsi_setup(void)
{
log("SD card init failed, sdErrorCode: ", (int)SD.sdErrorCode(),
" sdErrorData: ", (int)SD.sdErrorData());
-
- blinkStatus(BLINK_ERROR_NO_SD_CARD);
if (scsiDiskCheckRomDrive())
@@ -970,7 +970,7 @@ void s2s_configInit(S2S_BoardCfg* config)
if (ini_getbool("SCSI", "Debug", 0, CONFIGFILE))
- bluelog("-- Debug is enabled");
+ log("-- Debug is enabled");
}
if (ini_getbool("SCSI", "Parity", true, CONFIGFILE))