Bump required MMU FW version to 2.0.18
This commit is contained in:
parent
dab26fe50b
commit
98adcbaff2
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue