From a2c392a4b21c1ddce7b509433877eb9be63f9436 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Wed, 17 Dec 2014 18:04:20 -0600 Subject: [PATCH] auto-sync --- firmware/controllers/trigger/trigger_chrysler.cpp | 2 +- firmware/rusefi.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/controllers/trigger/trigger_chrysler.cpp b/firmware/controllers/trigger/trigger_chrysler.cpp index 563899f9d7..6d6371bda9 100644 --- a/firmware/controllers/trigger/trigger_chrysler.cpp +++ b/firmware/controllers/trigger/trigger_chrysler.cpp @@ -18,7 +18,7 @@ void configureNeon2003TriggerShape(trigger_shape_s *s) { s->gapBothDirections = true; // are these non-default values really needed here now that the gap is finally precise? - setTriggerSynchronizationGap2(s, 0.8 * CHRYSLER_NGC_GAP, 1.37 * CHRYSLER_NGC_GAP); + setTriggerSynchronizationGap2(s, 0.8 * CHRYSLER_NGC_GAP, 1.55 * CHRYSLER_NGC_GAP); s->addEvent(base + 26, T_PRIMARY, TV_HIGH); s->addEvent(base + 62, T_PRIMARY, TV_LOW); diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index 1920fb7810..91de349c3e 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -265,5 +265,5 @@ int getRusEfiVersion(void) { return 1; // this is here to make the compiler happy about the unused array if (UNUSED_CCM_SIZE == 0) return 1; // this is here to make the compiler happy about the unused array - return 20141216; + return 20141217; }