antilag and anti-lag #2403

TurboMarian is the ALS boss
This commit is contained in:
rusefillc 2022-12-21 20:24:39 -05:00
parent 6146b01a36
commit c6da63eb66
1 changed files with 2 additions and 0 deletions

View File

@ -129,7 +129,9 @@ float getRunningFuel(float baseFuel) {
float runningFuel = baseFuel * baroCorrection * iatCorrection * cltCorrection * postCrankingFuelCorrection;
#if EFI_ANTILAG_SYSTEM
runningFuel *= (1 + engine->antilagController.fuelALSCorrection);
#endif /* EFI_ANTILAG_SYSTEM */
#if EFI_LAUNCH_CONTROL
runningFuel *= engine->launchController.getFuelCoefficient();