default TPS2TPS map

This commit is contained in:
rusefi 2017-06-11 00:54:37 -04:00
parent 02e2ba96f9
commit 6b25cf0786
1 changed files with 2 additions and 0 deletions

View File

@ -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;