TurboMarian is the ALS boss
This commit is contained in:
parent
51e75dfdae
commit
4e0eaf7e03
|
@ -101,6 +101,12 @@ percent_t IdleController::getRunningOpenLoop(float rpm, float clt, SensorResult
|
|||
|
||||
running += luaAdd;
|
||||
|
||||
#if EFI_ANTILAG_SYSTEM
|
||||
if (engine->antilagController.isAntilagCondition) {
|
||||
running += engineConfiguration->ALSIdleAdd;
|
||||
}
|
||||
#endif /* EFI_ANTILAG_SYSTEM */
|
||||
|
||||
// Now bump it by the specified amount when the throttle is opened (if configured)
|
||||
// nb: invalid tps will make no change, no explicit check required
|
||||
iacByTpsTaper = interpolateClamped(
|
||||
|
|
Loading…
Reference in New Issue