some unused fields

This commit is contained in:
rusEFI LLC 2024-04-23 22:36:49 -04:00
parent 3b23c91e91
commit 226d3b7b6d
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ static void setDefaultLaunchParameters() {
engineConfiguration->launchFuelCutEnable = false;
engineConfiguration->launchSpeedThreshold = 10; //maximum speed allowed before disable launch
engineConfiguration->launchFuelAdderPercent = 10; // Extra fuel in % when launch are triggered
engineConfiguration->launchBoostDuty = 70; // boost valve duty cycle at launch
// engineConfiguration->launchBoostDuty = 70; // boost valve duty cycle at launch
engineConfiguration->launchActivateDelay = 3; // Delay in seconds for launch to kick in
// engineConfiguration->enableLaunchRetard = true;
// dead code todo engineConfiguration->enableLaunchBoost = true;