From 1a721240c649f4ba159451360062131f8be08732 Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 22 Mar 2017 07:07:02 -0400 Subject: [PATCH] widening the gap for Nissan trigger --- firmware/controllers/trigger/decoders/trigger_nissan.cpp | 2 +- firmware/rusefi.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/controllers/trigger/decoders/trigger_nissan.cpp b/firmware/controllers/trigger/decoders/trigger_nissan.cpp index 6bcd336334..12740e6c11 100644 --- a/firmware/controllers/trigger/decoders/trigger_nissan.cpp +++ b/firmware/controllers/trigger/decoders/trigger_nissan.cpp @@ -17,7 +17,7 @@ void initializeNissanSR20VE(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) { s->gapBothDirections = true; float w = 5; - s->setTriggerSynchronizationGap2(9.67 * 0.75, 14.50); + s->setTriggerSynchronizationGap2(9.67 * 0.75, 16); float base = 180; s->addEvent2(base - 15, T_PRIMARY, TV_RISE PASS_ENGINE_PARAMETER); diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index f5e19f4ab6..416785e657 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -250,5 +250,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 20170321; + return 20170322; }