Bosch Quick Start on B6 Passat is confused about phase #3812

This commit is contained in:
rusefillc 2022-01-19 20:55:24 -05:00
parent 74f883e597
commit e464dd4a52
1 changed files with 2 additions and 2 deletions

View File

@ -128,8 +128,8 @@ void configureQuickStartSenderWheel(TriggerWaveform *s) {
int offset = 20;
// our preference is to sync not too close to crank sync point
s->setTriggerSynchronizationGap2(/*index*/0, 0.645);
s->setTriggerSynchronizationGap2(/*index*/1, 1.556);
s->setTriggerSynchronizationGap(0.645);
s->setSecondTriggerSynchronizationGap(1.556);
s->addEvent360(offset + 0, T_PRIMARY, TV_RISE);
s->addEvent360(offset + 70, T_PRIMARY, TV_FALL);