only:simulator: sensor mocking UI is broken #5473
This commit is contained in:
parent
818b53cf45
commit
90d68b19ab
|
@ -875,7 +875,7 @@ custom maf_sensor_type_e 1 bits, S08, @OFFSET@, [0:1], @@maf_sensor_type_e_enum@
|
||||||
bit multisparkEnable
|
bit multisparkEnable
|
||||||
bit enableLaunchRetard
|
bit enableLaunchRetard
|
||||||
bit unfinishedenableLaunchBoost
|
bit unfinishedenableLaunchBoost
|
||||||
bit unusedBitLDBS
|
bit isSimulator
|
||||||
bit enableCanVss;Read VSS from OEM CAN bus according to selected CAN vehicle configuration.
|
bit enableCanVss;Read VSS from OEM CAN bus according to selected CAN vehicle configuration.
|
||||||
bit enableInnovateLC2
|
bit enableInnovateLC2
|
||||||
bit showHumanReadableWarning
|
bit showHumanReadableWarning
|
||||||
|
|
|
@ -2015,6 +2015,7 @@ menuDialog = main
|
||||||
|
|
||||||
subMenu = std_separator
|
subMenu = std_separator
|
||||||
subMenu = parkingLot, "Experimental/Broken"
|
subMenu = parkingLot, "Experimental/Broken"
|
||||||
|
subMenu = simulatorSensors, "Simulator", { isSimulator != 0 }
|
||||||
subMenu = antiLagDialog, "Anti-Lag ALS"
|
subMenu = antiLagDialog, "Anti-Lag ALS"
|
||||||
subMenu = rotaryDialog, "Rotary"
|
subMenu = rotaryDialog, "Rotary"
|
||||||
subMenu = throttleEffectiveArea, "Throttle effective area"
|
subMenu = throttleEffectiveArea, "Throttle effective area"
|
||||||
|
@ -4268,6 +4269,10 @@ dialog = tcuControls, "Transmission Settings"
|
||||||
commandButton = "F7 nDBANK fix", cmd_nDBANK@@if_ts_show_f7_presets
|
commandButton = "F7 nDBANK fix", cmd_nDBANK@@if_ts_show_f7_presets
|
||||||
commandButton = "No flash Burn mode", cmd_burn_without_flash
|
commandButton = "No flash Burn mode", cmd_burn_without_flash
|
||||||
|
|
||||||
|
dialog = simulatorSensors, "Simulator"
|
||||||
|
field = "Field 1"
|
||||||
|
field = "Field 2"
|
||||||
|
|
||||||
; bench test
|
; bench test
|
||||||
dialog = ioTest, "Bench Test & Commands", xAxis
|
dialog = ioTest, "Bench Test & Commands", xAxis
|
||||||
panel = testSpark
|
panel = testSpark
|
||||||
|
|
Loading…
Reference in New Issue