VW warnings on cranking #2861

This commit is contained in:
Andrey 2021-06-27 12:31:03 -04:00
parent f32c3f62af
commit 2e252022aa
1 changed files with 2 additions and 0 deletions

View File

@ -44,4 +44,6 @@ void setVwConfiguration(TriggerWaveform *s) {
s->addEventClamped(0 + engineCycle, T_PRIMARY, TV_FALL, NO_LEFT_FILTER, NO_RIGHT_FILTER);
s->setTriggerSynchronizationGap2(1.6, 4);
s->setSecondTriggerSynchronizationGap(1); // this gap is not required to synch on perfect signal but is needed to handle to reject cranking transition noise
s->setThirdTriggerSynchronizationGap(1);
}