浏览代码

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 6 月之前
父节点
当前提交
b006c79647
共有 1 个文件被更改,包括 1 次插入1 次删除
  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))
     {