4G93 sync problems fix #6544

This commit is contained in:
rusefi 2024-05-24 22:51:15 -04:00
parent 50a6fc6d31
commit 8b44f01ff4
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ Release template (copy/paste this for new release):
- General Purpose PWM tables have wrong names on X-axis and Y-axis #6491
- Ignition scheduling errors after 40+ hours of uptime #6451
- luaSoftSparkSkip/luaHardSparkSkip probably bug #6528
- improved 4G63/4G9x cam wheel definition #6544
### Breaking Changes
- "60/2 VW" trigger wheel renamed to "60-2 Wrong Polarity" #988

View File

@ -59,7 +59,7 @@ void initializeMitsubishi4g9xCam(TriggerWaveform *s) {
s->initialize(FOUR_STROKE_CAM_SENSOR, SyncEdge::Both);
// nominal gap 0.5
s->setSecondTriggerSynchronizationGap2(0.2, 0.8);
s->setSecondTriggerSynchronizationGap2(0.2, 0.95);
// nominal gap 3.0
s->setTriggerSynchronizationGap2(2.0f, 5.0f);