Bosch Quick Start on B6 Passat is confused about phase #3812
This commit is contained in:
parent
74f883e597
commit
e464dd4a52
|
@ -128,8 +128,8 @@ void configureQuickStartSenderWheel(TriggerWaveform *s) {
|
||||||
int offset = 20;
|
int offset = 20;
|
||||||
|
|
||||||
// our preference is to sync not too close to crank sync point
|
// our preference is to sync not too close to crank sync point
|
||||||
s->setTriggerSynchronizationGap2(/*index*/0, 0.645);
|
s->setTriggerSynchronizationGap(0.645);
|
||||||
s->setTriggerSynchronizationGap2(/*index*/1, 1.556);
|
s->setSecondTriggerSynchronizationGap(1.556);
|
||||||
|
|
||||||
s->addEvent360(offset + 0, T_PRIMARY, TV_RISE);
|
s->addEvent360(offset + 0, T_PRIMARY, TV_RISE);
|
||||||
s->addEvent360(offset + 70, T_PRIMARY, TV_FALL);
|
s->addEvent360(offset + 70, T_PRIMARY, TV_FALL);
|
||||||
|
|
Loading…
Reference in New Issue