Bump required MMU FW version to 2.0.18

This commit is contained in:
D.R.racer 2022-06-21 09:00:29 +02:00
parent dab26fe50b
commit 98adcbaff2
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ StepStatus StartSeq::Step() {
break; break;
case State::S2Sent: // received response to S2 - revision case State::S2Sent: // received response to S2 - revision
logic->mmuFwVersionBuild = logic->rsp.paramValue; logic->mmuFwVersionBuild = logic->rsp.paramValue;
if (logic->mmuFwVersionBuild != 0) { if (logic->mmuFwVersionBuild < 18) {
return VersionMismatch; return VersionMismatch;
} }
// Start General Interrogation after line up. // Start General Interrogation after line up.