hiding second VR threshold
This commit is contained in:
parent
67932483fb
commit
6256e10fd2
|
@ -21,6 +21,7 @@
|
|||
#define ts_show_hardware_simulator false
|
||||
#define ts_show_injectionPinMode false
|
||||
#define ts_show_ignitionPinMode false
|
||||
#define ts_show_vr_threshold_2 false
|
||||
|
||||
#define show_test_presets false
|
||||
#define show_Frankenso_presets false
|
||||
|
|
|
@ -2054,6 +2054,8 @@ end_struct
|
|||
|
||||
! some board files override this value using prepend file
|
||||
#define ts_show_hip9011 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_main_relay true
|
||||
#define ts_show_main_relay_microRusEFI_message false
|
||||
#define ts_show_cj125 true
|
||||
|
|
|
@ -1641,7 +1641,7 @@ menuDialog = main
|
|||
subMenu = hpfpTargetTable, "HPFP Target Pressure", {hpfpCamLobes != 0}
|
||||
subMenu = hpfpCompensationTable, "HPFP Pump Compensation", {hpfpCamLobes != 0}
|
||||
subMenu = std_separator
|
||||
subMenu = vrThreshold, "VR Sensor Threshold"
|
||||
subMenu = vrThreshold, "VR Sensor Threshold"@@if_ts_show_vr_threshold_all
|
||||
subMenu = fancyHardwareDialog, "Fancy Hardware"
|
||||
subMenu = parkingLot, "Experimental/Broken"
|
||||
subMenu = rotaryDialog, "Rotary"
|
||||
|
@ -3895,7 +3895,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
dialog = vrThreshold
|
||||
topicHelp = "vrThresholdHelp"
|
||||
panel = vrThreshold1
|
||||
panel = vrThreshold2
|
||||
panel = vrThreshold2@@if_ts_show_vr_threshold_2
|
||||
|
||||
dialog = gppwm1left, ""
|
||||
field = "Pin", gppwm1_pin
|
||||
|
|
Loading…
Reference in New Issue