only:hiding some of TS UI
This commit is contained in:
parent
e94b4eb6c5
commit
9bbc576ce4
|
@ -9,6 +9,7 @@
|
|||
#define ts_show_output_diag true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_k_line true
|
||||
|
||||
#define ts_show_communityCommsLedPid true
|
||||
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
#define ts_show_hd false
|
||||
#define ts_show_odd_fire false
|
||||
#define ts_show_rotary false
|
||||
#define ts_show_cylinder_bank false
|
||||
#define ts_show_k_line true
|
||||
|
||||
#define ts_show_cylinder_5 false
|
||||
#define ts_show_cylinder_6 false
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#define ts_show_hd false
|
||||
#define ts_show_odd_fire false
|
||||
#define ts_show_rotary false
|
||||
#define ts_show_cylinder_bank false
|
||||
|
||||
#define ts_show_cylinder_9 false
|
||||
#define ts_show_cylinder_10 false
|
||||
|
|
|
@ -2320,6 +2320,7 @@ end_struct
|
|||
#define ts_show_etb_pins true
|
||||
#define ts_show_full_pinout true
|
||||
#define ts_show_egt true
|
||||
#define ts_show_k_line false
|
||||
#define ts_show_spi2_enable true
|
||||
#define ts_show_spi2_pins true
|
||||
#define ts_show_spi3_pins true
|
||||
|
@ -2327,6 +2328,13 @@ end_struct
|
|||
#define ts_show_starter_disable true
|
||||
#define ts_show_fuel_pump true
|
||||
#define ts_show_status_leds true
|
||||
#define ts_show_fuel_relay_pin true
|
||||
#define ts_show_cylinder_bank true
|
||||
#define ts_show_fuel_strategy true
|
||||
#define ts_show_check_engine true
|
||||
#define ts_show_debug_mode false
|
||||
#define ts_show_number_of_cylinders true
|
||||
#define ts_show_firing_order true
|
||||
#define ts_show_idle_hardware true
|
||||
#define ts_show_hd true
|
||||
#define ts_show_odd_fire true
|
||||
|
|
|
@ -1767,14 +1767,14 @@ menuDialog = main
|
|||
|
||||
# Digital outputs
|
||||
subMenu = outputsDialog, "Outputs"
|
||||
subMenu = acSettings, "Air Conditioning"
|
||||
subMenu = statusLeds, "Status LEDs"
|
||||
subMenu = acSettings, "Air Conditioning"@@if_ts_show_air_conditioning
|
||||
subMenu = statusLeds, "Status LEDs"@@if_ts_show_status_leds
|
||||
|
||||
menu = "Fuel"
|
||||
# basic
|
||||
subMenu = injectorConfig, "Injection configuration"
|
||||
subMenu = injectionSettings, "Injection hardware", 0, {isInjectionEnabled == 1}
|
||||
subMenu = cylinderBankSelect, "Cylinder bank selection", 0, {isInjectionEnabled == 1}
|
||||
subMenu = cylinderBankSelect, "Cylinder bank selection", 0, {isInjectionEnabled == 1}@@if_ts_show_cylinder_bank
|
||||
subMenu = injectorNonlinear, "Injector small-pulse correction", 0, {isInjectionEnabled == 1}
|
||||
|
||||
subMenu = stagedInjection, "Staged injection", 0, {isInjectionEnabled}
|
||||
|
@ -1784,16 +1784,16 @@ menuDialog = main
|
|||
groupMenu = "Cylinder fuel trims"
|
||||
groupChildMenu = fuelTrimTbl1, "Fuel trim cyl 1"
|
||||
groupChildMenu = fuelTrimTbl2, "Fuel trim cyl 2"
|
||||
groupChildMenu = fuelTrimTbl3, "Fuel trim cyl 3"
|
||||
groupChildMenu = fuelTrimTbl4, "Fuel trim cyl 4"
|
||||
groupChildMenu = fuelTrimTbl5, "Fuel trim cyl 5"
|
||||
groupChildMenu = fuelTrimTbl6, "Fuel trim cyl 6"
|
||||
groupChildMenu = fuelTrimTbl7, "Fuel trim cyl 7"
|
||||
groupChildMenu = fuelTrimTbl8, "Fuel trim cyl 8"
|
||||
groupChildMenu = fuelTrimTbl9, "Fuel trim cyl 9"
|
||||
groupChildMenu = fuelTrimTbl10, "Fuel trim cyl 10"
|
||||
groupChildMenu = fuelTrimTbl11, "Fuel trim cyl 11"
|
||||
groupChildMenu = fuelTrimTbl12, "Fuel trim cyl 12"
|
||||
groupChildMenu = fuelTrimTbl3, "Fuel trim cyl 3"@@if_ts_show_cylinder_3
|
||||
groupChildMenu = fuelTrimTbl4, "Fuel trim cyl 4"@@if_ts_show_cylinder_4
|
||||
groupChildMenu = fuelTrimTbl5, "Fuel trim cyl 5"@@if_ts_show_cylinder_5
|
||||
groupChildMenu = fuelTrimTbl6, "Fuel trim cyl 6"@@if_ts_show_cylinder_6
|
||||
groupChildMenu = fuelTrimTbl7, "Fuel trim cyl 7"@@if_ts_show_cylinder_7
|
||||
groupChildMenu = fuelTrimTbl8, "Fuel trim cyl 8"@@if_ts_show_cylinder_8
|
||||
groupChildMenu = fuelTrimTbl9, "Fuel trim cyl 9"@@if_ts_show_cylinder_9
|
||||
groupChildMenu = fuelTrimTbl10, "Fuel trim cyl 10"@@if_ts_show_cylinder_10
|
||||
groupChildMenu = fuelTrimTbl11, "Fuel trim cyl 11"@@if_ts_show_cylinder_11
|
||||
groupChildMenu = fuelTrimTbl12, "Fuel trim cyl 12"@@if_ts_show_cylinder_12
|
||||
|
||||
subMenu = std_separator
|
||||
|
||||
|
@ -1913,7 +1913,7 @@ menuDialog = main
|
|||
|
||||
menu = "&Advanced"
|
||||
subMenu = smLaunchControl, "Launch Control"
|
||||
subMenu = ignitionCylExtra, "Cylinder offsets", 0@if_ts_show_odd_fire
|
||||
subMenu = ignitionCylExtra, "Cylinder offsets", 0@@if_ts_show_odd_fire
|
||||
|
||||
subMenu = std_separator
|
||||
subMenu = boostDialog, "Boost control"
|
||||
|
@ -2082,7 +2082,7 @@ menuDialog = main
|
|||
subMenu = lambdaProtection, "Lambda Protection", 0, { isInjectionEnabled }
|
||||
subMenu = std_separator
|
||||
|
||||
subMenu = kLineDialog, "K-Line"
|
||||
subMenu = kLineDialog, "K-Line"@@if_ts_show_k_line
|
||||
subMenu = parkingLot, "Experimental/Broken"
|
||||
subMenu = parkingLot2, "Experimental 2"
|
||||
subMenu = harleyAcr, "HD"@@if_ts_show_hd
|
||||
|
@ -2379,9 +2379,9 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
panel = ignitionOutputs, { uiMode == @@UiMode_FULL@@ || uiMode == @@UiMode_INSTALLATION@@ }
|
||||
|
||||
dialog = baseEngineConfig, "Engine Configuration"
|
||||
field = "Number of cylinders", cylindersCount
|
||||
field = "Number of cylinders", cylindersCount@@if_ts_show_number_of_cylinders
|
||||
field = "Displacement", displacement
|
||||
field = "Firing order", firingOrder
|
||||
field = "Firing order", firingOrder@@if_ts_show_firing_order
|
||||
field = "Vehicle weight", vehicleWeight
|
||||
|
||||
dialog = engineMetadata, "Engine Metadata"
|
||||
|
@ -3643,8 +3643,8 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
panel = fanIndicators
|
||||
|
||||
dialog = fuelPumpDialog, "Fuel Pump"
|
||||
field = "Output", fuelPumpPin
|
||||
field = "Output mode", fuelPumpPinMode
|
||||
field = "Output", fuelPumpPin@@if_ts_show_fuel_relay_pin
|
||||
field = "Output mode", fuelPumpPinMode@@if_ts_show_fuel_relay_pin
|
||||
field = "Prime duration", startUpFuelPumpDuration
|
||||
commandButton = "Test Fuel Pump", cmd_test_fuel_pump
|
||||
|
||||
|
@ -3653,7 +3653,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
field = "microRusEFI main relay control is hard wired on pin #29"@@if_ts_show_main_relay_microRusEFI_message
|
||||
field = "Output", mainRelayPin@@if_ts_show_main_relay
|
||||
field = "Output mode", mainRelayPinMode@@if_ts_show_main_relay
|
||||
commandButton = "Test Main Relay", cmd_test_main_relay@@if_ts_show_main_relay
|
||||
commandButton = "Test Main Relay", cmd_test_main_relay
|
||||
|
||||
dialog = starterRelayDialog, "Starter Disable"
|
||||
field = "Output", starterRelayDisablePin
|
||||
|
@ -3697,7 +3697,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
panel = startStopDialog
|
||||
panel = starterRelayDialog@@if_ts_show_starter_disable
|
||||
panel = speedoSettings
|
||||
panel = malfunctionDialog
|
||||
panel = malfunctionDialog@@if_ts_show_check_engine
|
||||
|
||||
dialog = outputsDialog, "Outputs", border
|
||||
panel = outputsDialogLeft, West
|
||||
|
@ -4054,7 +4054,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
field = " Threshold", sensorSnifferRpmThreshold
|
||||
field = "Engine Sniffer Threshold", engineSnifferRpmThreshold
|
||||
|
||||
dialog = generalSettings, "Fuel"
|
||||
dialog = fuelStrategyPanel, "Fuel"
|
||||
field = "!https://rusefi.com/s/fuel"
|
||||
field = "Fuel strategy", fuelAlgorithm
|
||||
|
||||
|
@ -4105,8 +4105,8 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
topicHelp = "baseHelp"
|
||||
panel = baseEngineConfig
|
||||
panel = engineMetadata
|
||||
panel = generalSettings
|
||||
panel = debugging
|
||||
panel = fuelStrategyPanel@@if_ts_show_fuel_strategy
|
||||
panel = debugging@@if_ts_show_debug_mode
|
||||
|
||||
dialog = crankingFuel, "Fuel"
|
||||
field = "Injection mode", crankingInjectionMode
|
||||
|
|
Loading…
Reference in New Issue