Skip to content

Commit

Permalink
Bosch Quick Start on B6 Passat is confused about phase #3812
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Jan 20, 2022
1 parent 74f883e commit e464dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/controllers/trigger/decoders/trigger_universal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e464dd4

Please sign in to comment.