TurboMarian is the ALS boss

This commit is contained in:
rusefillc 2022-12-17 19:39:12 -05:00
parent bc7abcf8e8
commit 9ff5de241c
1 changed files with 6 additions and 0 deletions

View File

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