From 6b25cf0786150339b79bd11ef22de2136793c102 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 11 Jun 2017 00:54:37 -0400 Subject: [PATCH] default TPS2TPS map --- firmware/controllers/algo/engine_configuration.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/controllers/algo/engine_configuration.cpp b/firmware/controllers/algo/engine_configuration.cpp index 3e023aa3ea..a33b399bb8 100644 --- a/firmware/controllers/algo/engine_configuration.cpp +++ b/firmware/controllers/algo/engine_configuration.cpp @@ -587,6 +587,8 @@ void setDefaultConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE) { setDefaultWarmupFuelEnrichment(PASS_ENGINE_PARAMETER_SIGNATURE); + setMazdaMiataNbTpsTps(PASS_ENGINE_PARAMETER_SIGNATURE); + setConstantDwell(4 PASS_ENGINE_PARAMETER_SUFFIX); // 4ms is global default dwell // disable constant_dwell engineConfiguration->useConstantDwellDuringCranking = false;