Hellen says merge #1772 noise filter bugfix
This commit is contained in:
parent
d424720ceb
commit
4819c86eaa
|
@ -190,6 +190,8 @@ void RpmCalculator::setStopped(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
|||
revolutionCounterSinceStart = 0;
|
||||
if (rpmValue != 0) {
|
||||
assignRpmValue(0 PASS_ENGINE_PARAMETER_SUFFIX);
|
||||
// needed by 'useNoiselessTriggerDecoder'
|
||||
engine->triggerCentral.resetAccumSignalData();
|
||||
scheduleMsg(logger, "engine stopped");
|
||||
}
|
||||
state = STOPPED;
|
||||
|
|
Loading…
Reference in New Issue