Corolla 1ZZ 2003 trigger improvements fix #4132
This commit is contained in:
parent
fb5c4a330a
commit
efccb2106d
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue