we want fuelingload there
This commit is contained in:
parent
0aa42762d9
commit
50873aae4c
|
@ -199,7 +199,7 @@ void EngineState::periodicFastCallback(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
||||||
}
|
}
|
||||||
currentBaroCorrectedVE = baroCorrection * currentRawVE * PERCENT_DIV;
|
currentBaroCorrectedVE = baroCorrection * currentRawVE * PERCENT_DIV;
|
||||||
} else {
|
} else {
|
||||||
baseTableFuel = getBaseTableFuel(rpm, getEngineLoadT(PASS_ENGINE_PARAMETER_SIGNATURE));
|
baseTableFuel = getBaseTableFuel(rpm, getFuelingLoad(PASS_ENGINE_PARAMETER_SIGNATURE));
|
||||||
}
|
}
|
||||||
|
|
||||||
ENGINE(injectionDuration) = getInjectionDuration(rpm PASS_ENGINE_PARAMETER_SUFFIX);
|
ENGINE(injectionDuration) = getInjectionDuration(rpm PASS_ENGINE_PARAMETER_SUFFIX);
|
||||||
|
|
Loading…
Reference in New Issue