Launch control bug? "range" thing is confusing #4348
minor tooltip progress
This commit is contained in:
parent
99ad5045df
commit
15c81ca90c
|
@ -955,13 +955,13 @@ bit verboseCan2,"Print all","Do not print";Print incoming and outgoing second bu
|
|||
antiLagActivationMode_e antiLagActivationMode;
|
||||
|
||||
int launchSpeedThreshold;+Disabled above this speed;"Kph", 1, 0, 0, 300, 0
|
||||
int launchTimingRpmRange;+Range from Launch Rpm for Timing Retard to activate;"RPM", 1, 0, 0, 8000, 0
|
||||
int launchTimingRpmRange;Range from Launch RPM for Timing Retard to activate;"RPM", 1, 0, 0, 8000, 0
|
||||
int launchFuelAdded;+Extra Fuel Added;"%", 1, 0, 0, 100, 0
|
||||
int launchBoostDuty;+Duty Cycle for the Boost Solenoid;"%", 1, 0, 0, 100, 0
|
||||
int hardCutRpmRange;RPM Range for Hard Cut;"rpm", 1, 0, 0, 3000, 0
|
||||
int hardCutRpmRange;Range from Launch RPM to activate Hard Cut;"RPM", 1, 0, 0, 3000, 0
|
||||
int launchAdvanceRpmRange;;"rpm", 1, 0, 0, 20000, 0
|
||||
int launchTpsTreshold;;"rpm", 1, 0, 0, 20000, 0
|
||||
float launchActivateDelay;;"rpm", 1, 0, 0, 20000, 0
|
||||
int launchTpsTreshold;;"", 1, 0, 0, 20000, 0
|
||||
float launchActivateDelay;;"", 1, 0, 0, 20000, 0
|
||||
|
||||
stft_s stft
|
||||
|
||||
|
|
Loading…
Reference in New Issue