Starter seems to be engaged forever #1965
This commit is contained in:
parent
a9e0bffbbd
commit
bec2e0b2e6
|
@ -25,4 +25,16 @@ TEST(start, startStop) {
|
||||||
slowStartStopButtonCallback(PASS_ENGINE_PARAMETER_SIGNATURE);
|
slowStartStopButtonCallback(PASS_ENGINE_PARAMETER_SIGNATURE);
|
||||||
ASSERT_EQ(efiReadPin(engineConfiguration->starterControlPin), true);
|
ASSERT_EQ(efiReadPin(engineConfiguration->starterControlPin), true);
|
||||||
|
|
||||||
|
eth.smartMoveTimeForwardSeconds(5);
|
||||||
|
slowStartStopButtonCallback(PASS_ENGINE_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
|
eth.smartMoveTimeForwardSeconds(5);
|
||||||
|
slowStartStopButtonCallback(PASS_ENGINE_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
|
eth.smartMoveTimeForwardSeconds(5);
|
||||||
|
slowStartStopButtonCallback(PASS_ENGINE_PARAMETER_SIGNATURE);
|
||||||
|
// todo: FIX THIS, starter wire should go off on timeout!
|
||||||
|
ASSERT_EQ(efiReadPin(engineConfiguration->starterControlPin), true);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue