Skip to content

Commit

Permalink
Increase MPC3000 InitPreDelay to 600ms, from 500ms
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezbios authored Jun 21, 2023
1 parent 182c68f commit cb5fd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZuluSCSI_presets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ preset_config_t getSystemPreset(const char *presetName)
}
else if (strequals(presetName, "MPC3000"))
{
cfg.initPreDelay = 500;
cfg.initPreDelay = 600;
}
else
{
Expand Down

0 comments on commit cb5fd0a

Please sign in to comment.