Explorar o código

Adjust initPreDelay to 700ms from 600ms when System=MPC3000 set

This fix improves the reliability with which modern ZuluSCSI devices are reliably detected by the MPC3000 at power-up.
Alex Perez hai 6 meses
pai
achega
b006c79647
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/ZuluSCSI_settings.cpp

+ 1 - 1
src/ZuluSCSI_settings.cpp

@@ -368,7 +368,7 @@ scsi_system_settings_t *ZuluSCSISettings::initSystem(const char *presetName)
     else if (strequals(systemPresetName[SYS_PRESET_MPC3000], presetName))
     {
         m_sysPreset = SYS_PRESET_MPC3000;
-        cfgSys.initPreDelay = 600;
+        cfgSys.initPreDelay = 700;
     }
     else if (strequals(systemPresetName[SYS_PRESET_MEGASTE], presetName))
     {