only:hiding some of TS UI

This commit is contained in:
rusefillc 2024-03-08 23:35:06 -05:00
parent 924b132e76
commit 4c04ea8025
7 changed files with 29 additions and 19 deletions

View File

@ -18,6 +18,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vr_threshold_2 true
#define ts_show_fancy_hardware true
#define show_2chan_presets true

View File

@ -19,7 +19,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_tcu true
#define ts_show_gdi true
#define ts_show_fancy_hardware true
#define show_4chan_presets true
#define ts_show_ign_key_analog_input true

View File

@ -17,6 +17,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vr_threshold_2 true
#define ts_show_fancy_hardware true

View File

@ -27,6 +27,7 @@
#define ts_show_rotary false
#define ts_show_cylinder_bank false
#define ts_show_k_line true
#define ts_show_maf false
#define ts_show_cylinder_5 false
#define ts_show_cylinder_6 false

View File

@ -28,6 +28,7 @@
#define ts_show_odd_fire false
#define ts_show_rotary false
#define ts_show_cylinder_bank false
#define ts_show_maf false
#define ts_show_cylinder_9 false
#define ts_show_cylinder_10 false

View File

@ -2318,6 +2318,12 @@ end_struct
#define ts_show_main_relay_microRusEFI_message false
#define ts_show_etb true
#define ts_show_etb_pins true
#define ts_show_forced_induction true
#define ts_show_vehicle_weight false
#define ts_show_compression_ratio false
#define ts_show_injection_mode true
#define ts_show_maf true
#define ts_show_fancy_hardware false
#define ts_show_full_pinout true
#define ts_show_egt true
#define ts_show_k_line false

View File

@ -1864,16 +1864,16 @@ menuDialog = main
groupMenu = "Cylinder ign trims"
groupChildMenu = ignTrimTbl1, "Ignition trim cyl 1"
groupChildMenu = ignTrimTbl2, "Ignition trim cyl 2"
groupChildMenu = ignTrimTbl3, "Ignition trim cyl 3"
groupChildMenu = ignTrimTbl4, "Ignition trim cyl 4"
groupChildMenu = ignTrimTbl5, "Ignition trim cyl 5"
groupChildMenu = ignTrimTbl6, "Ignition trim cyl 6"
groupChildMenu = ignTrimTbl7, "Ignition trim cyl 7"
groupChildMenu = ignTrimTbl8, "Ignition trim cyl 8"
groupChildMenu = ignTrimTbl9, "Ignition trim cyl 9"
groupChildMenu = ignTrimTbl10, "Ignition trim cyl 10"
groupChildMenu = ignTrimTbl11, "Ignition trim cyl 11"
groupChildMenu = ignTrimTbl12, "Ignition trim cyl 12"
groupChildMenu = ignTrimTbl3, "Ignition trim cyl 3"@@if_ts_show_cylinder_3
groupChildMenu = ignTrimTbl4, "Ignition trim cyl 4"@@if_ts_show_cylinder_4
groupChildMenu = ignTrimTbl5, "Ignition trim cyl 5"@@if_ts_show_cylinder_5
groupChildMenu = ignTrimTbl6, "Ignition trim cyl 6"@@if_ts_show_cylinder_6
groupChildMenu = ignTrimTbl7, "Ignition trim cyl 7"@@if_ts_show_cylinder_7
groupChildMenu = ignTrimTbl8, "Ignition trim cyl 8"@@if_ts_show_cylinder_8
groupChildMenu = ignTrimTbl9, "Ignition trim cyl 9"@@if_ts_show_cylinder_9
groupChildMenu = ignTrimTbl10, "Ignition trim cyl 10"@@if_ts_show_cylinder_10
groupChildMenu = ignTrimTbl11, "Ignition trim cyl 11"@@if_ts_show_cylinder_11
groupChildMenu = ignTrimTbl12, "Ignition trim cyl 12"@@if_ts_show_cylinder_12
subMenu = std_separator
subMenu = multisparkSettings, "Multispark", 0, {isIgnitionEnabled == 1}
@ -2007,9 +2007,9 @@ menuDialog = main
subMenu = std_separator
# MAF
subMenu = mafSettings, "MAF sensor"
subMenu = mafDecodingCurve, "MAF transfer function", 0, {mafAdcChannel != @@ADC_CHANNEL_NONE@@ }
subMenu = std_separator
subMenu = mafSettings, "MAF sensor"@@if_ts_show_maf
subMenu = mafDecodingCurve, "MAF transfer function", 0, {mafAdcChannel != @@ADC_CHANNEL_NONE@@ }@@if_ts_show_maf
subMenu = std_separator@@if_ts_show_maf
# O2 sensor(s)
subMenu = egoSettings, "O2 sensor"
@ -2069,7 +2069,7 @@ menuDialog = main
subMenu = std_separator
subMenu = fancyHardwareDialog, "Fancy Hardware"
subMenu = fancyHardwareDialog, "Fancy Hardware"@@if_ts_show_fancy_hardware
subMenu = tractionEtbTableTbl, "Traction Control ETB Drop"
subMenu = tractionTimingTableTbl, "Traction Control Timing Adjustment"
subMenu = tractionIgnitionSkipDialog, "Traction Control Skip Ignition"
@ -2347,7 +2347,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
dialog = baseInjection, "Injection"
field = "Enabled", isInjectionEnabled
field = "Mode", injectionMode, {isInjectionEnabled == 1}
field = "Mode", injectionMode, {isInjectionEnabled == 1}@@if_ts_show_injection_mode
field = "#Batch injection with individual wiring"
field = "Alpha-N uses IAT density correction", alphaNUseIat, { fuelAlgorithm == @@engine_load_mode_e_LM_ALPHA_N@@ }
field = "Override VE table load axis", veOverrideMode, { isInjectionEnabled }
@ -2382,15 +2382,15 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
field = "Number of cylinders", cylindersCount@@if_ts_show_number_of_cylinders
field = "Displacement", displacement
field = "Firing order", firingOrder@@if_ts_show_firing_order
field = "Vehicle weight", vehicleWeight
field = "Vehicle weight", vehicleWeight@@if_ts_show_vehicle_weight
dialog = engineMetadata, "Engine Metadata"
field = "#These metadata are used by rusEFI Online"
field = "Engine Make", engineMake
field = "Manufacturer Engine Code", engineCode
field = "Vehicle Name", vehicleName
field = "Compression Ratio", compressionRatio
field = "Forced Induction?", isForcedInduction
field = "Compression Ratio", compressionRatio@@if_ts_show_compression_ratio
field = "Forced Induction?", isForcedInduction@@if_ts_show_forced_induction
dialog = trigger_primary, "Primary Trigger"
topicHelp = "triggerHelp"