some unused fields
This commit is contained in:
parent
3b23c91e91
commit
226d3b7b6d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue