This commit is contained in:
rusEfi 2019-09-04 20:38:09 -04:00
parent c9241b89da
commit 9f9ba6593d
1 changed files with 2 additions and 0 deletions

View File

@ -534,6 +534,8 @@ void setMiataNB2_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
engineConfiguration->dizzySparkOutputPin = GPIOD_7; // tachometer
engineConfiguration->bc.isFasterEngineSpinUpEnabled = true;
engineConfiguration->etb.pFactor = 12; // a bit lower p-factor seems to work better on TLE9201? MRE?
engineConfiguration->etb.iFactor = 0;
engineConfiguration->etb.dFactor = 0;