Skip to content

Commit

Permalink
Corolla 1ZZ 2003 trigger improvements fix rusefi#4132
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed May 4, 2022
1 parent fb5c4a3 commit efccb21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions firmware/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Release template (copy/paste this for new release):
### Added
- FasterEngineSpinUp should be enabled by default #4094

### Fixed
- 36-1 trigger gaps #4132

## April 20202 Release - "Day 58"

All notable user-facing or behavior-altering changes will be documented in this file.
Expand Down
3 changes: 2 additions & 1 deletion firmware/controllers/trigger/decoders/trigger_structure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,8 @@ void TriggerWaveform::initializeTriggerWaveform(operation_mode_e triggerOperatio

case TT_TOOTHED_WHEEL_36_1:
setToothedWheelConfiguration(this, 36, 1, triggerOperationMode);
setSecondTriggerSynchronizationGap(1); // this gap is not required to synch on perfect signal but is needed to handle to reject cranking transition noise
setTriggerSynchronizationGap3(/*gapIndex*/0, /*from*/1.9, 3.5);
setTriggerSynchronizationGap3(/*gapIndex*/1, /*from*/0.7, 1.3); // second gap is not required to synch on perfect signal but is needed to handle to reject cranking transition noise
break;

case TT_VVT_BOSCH_QUICK_START:
Expand Down

0 comments on commit efccb21

Please sign in to comment.