From 02e053757d16ce70949aa77d67fdf4b619b2fe30 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 19 Mar 2024 18:33:18 -0400 Subject: [PATCH] https://rusefi.com/forum/viewtopic.php?p=49358#p49358 --- firmware/controllers/trigger/decoders/trigger_subaru.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/trigger/decoders/trigger_subaru.cpp b/firmware/controllers/trigger/decoders/trigger_subaru.cpp index a19194f4ec..732564e74f 100644 --- a/firmware/controllers/trigger/decoders/trigger_subaru.cpp +++ b/firmware/controllers/trigger/decoders/trigger_subaru.cpp @@ -153,7 +153,7 @@ static void initializeSubaru7_6(TriggerWaveform *s, bool withCrankWheel) { SUBARU76_CAM_PULSE(4, 0); // why is this trigger gap wider than average? - s->setTriggerSynchronizationGap3(/*index*/0, 6.53 * TRIGGER_GAP_DEVIATION_LOW, 10.4 * TRIGGER_GAP_DEVIATION_HIGH); + s->setTriggerSynchronizationGap3(/*index*/0, 6.53 * TRIGGER_GAP_DEVIATION_LOW, 15); s->setTriggerSynchronizationGap3(/*index*/1, 0.3, 1 * TRIGGER_GAP_DEVIATION_HIGH); s->setTriggerSynchronizationGap3(/*index*/2, 0.08, 0.3);