rollingLaunchEnabled is dead for now
This commit is contained in:
parent
7826816ecc
commit
a73d0636f8
|
@ -466,7 +466,7 @@ bit useTLE8888_cranking_hack;
|
|||
bit kickStartCranking
|
||||
bit useSeparateIdleTablesForCrankingTaper;This uses separate ignition timing and VE tables not only for idle conditions, also during the postcranking-to-idle taper transition (See also afterCrankingIACtaperDuration).
|
||||
bit launchControlEnabled;
|
||||
bit rollingLaunchEnabled;
|
||||
bit anotherUnusedHere444
|
||||
bit antiLagEnabled;
|
||||
bit useRunningMathForCranking,"Fuel Map","Fixed";For cranking either use the specified fixed base fuel mass, or use the normal running math (VE table).
|
||||
bit displayLogicLevelsInEngineSniffer;Shall we display real life signal or just the part consumed by trigger decoder.\nApplies to both trigger and cam/vvt input.\n\nenable logic_level_trigger
|
||||
|
|
|
@ -1867,10 +1867,6 @@ menuDialog = main
|
|||
subMenu = std_separator
|
||||
|
||||
subMenu = std_separator
|
||||
# subMenu = smRollingLaunch, "Rolling Launch"
|
||||
# subMenu = std_separator
|
||||
# subMenu = antiLagDialog, "Antilag Setup"
|
||||
# subMenu = std_separator
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = parkingLot, "Experimental/Broken"
|
||||
|
@ -4230,12 +4226,6 @@ dialog = tcuControls, "Transmission Settings"
|
|||
panel = smLaunchControlWest, West
|
||||
panel = launch_control_stateDialog, East
|
||||
|
||||
|
||||
; Racing Features->Rolling Launch
|
||||
dialog = smRollingLaunch, "Rolling Launch Settings NOT WORKING"
|
||||
field = "Enable Rolling Launch", rollingLaunchEnabled
|
||||
|
||||
; Racing Features->Antilag
|
||||
dialog = antiLagDialog, "AntiLag Settings"
|
||||
field = "Enable AntiLag", antiLagEnabled
|
||||
field = "Activation Mode", antiLagActivationMode
|
||||
|
|
Loading…
Reference in New Issue