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 19, 2022
1 parent 890d776 commit 3898f0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions firmware/controllers/trigger/decoders/trigger_universal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@ void configureQuickStartSenderWheel(TriggerWaveform *s) {

int offset = 20;

s->setTriggerSynchronizationGap3(0, 2, 3);
s->setSecondTriggerSynchronizationGap(0.44);
// 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->addEvent360(offset + 0, T_PRIMARY, TV_RISE);
s->addEvent360(offset + 70, T_PRIMARY, TV_FALL);
Expand Down

0 comments on commit 3898f0c

Please sign in to comment.