From 2119bdf441c5c420b658868331af5381c29b6daa Mon Sep 17 00:00:00 2001 From: rusEfi Date: Mon, 16 Jan 2017 12:04:34 -0500 Subject: [PATCH] auto-sync --- firmware/controllers/trigger/decoders/trigger_subaru.cpp | 4 ++-- firmware/rusefi.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/controllers/trigger/decoders/trigger_subaru.cpp b/firmware/controllers/trigger/decoders/trigger_subaru.cpp index 32d13f8bad..edd01e31fd 100644 --- a/firmware/controllers/trigger/decoders/trigger_subaru.cpp +++ b/firmware/controllers/trigger/decoders/trigger_subaru.cpp @@ -107,8 +107,8 @@ void initializeSubaru7_6(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) { s->addEvent2(720 - width, T_PRIMARY, TV_RISE PASS_ENGINE_PARAMETER); s->addEvent2(720, T_PRIMARY, TV_FALL PASS_ENGINE_PARAMETER); - s->setTriggerSynchronizationGap2(5, 9); - s->setSecondTriggerSynchronizationGap2(0.6, 1); + s->setTriggerSynchronizationGap2(4.9, 9); + s->setSecondTriggerSynchronizationGap2(0.6, 1.25); s->isSynchronizationNeeded = true; diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index b2a4a5fc01..76d139f3b5 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -249,5 +249,5 @@ int getRusEfiVersion(void) { return 123; // this is here to make the compiler happy about the unused array if (UNUSED_CCM_SIZE[0] * 0 != 0) return 3211; // this is here to make the compiler happy about the unused array - return 20170113; + return 20170116; }