widening the gap for Nissan trigger

This commit is contained in:
rusefi 2017-03-21 07:53:35 -04:00
parent 8be71393aa
commit 5782a38850
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ void initializeNissanSR20VE(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) {
s->gapBothDirections = true;
float w = 5;
s->setTriggerSynchronizationGap(11.6);
s->setTriggerSynchronizationGap2(9.67 * 0.75, 14.50);
float base = 180;
s->addEvent2(base - 15, T_PRIMARY, TV_RISE PASS_ENGINE_PARAMETER);

View File

@ -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 20170320;
return 20170321;
}