only:HD_MENU_NAME
This commit is contained in:
parent
43062e4732
commit
7fc6dc56aa
|
@ -2091,6 +2091,7 @@ end_struct
|
|||
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
|
||||
#define GAUGE_NAME_TRG_GAP "Sync: Trigger Latest Ratio"
|
||||
|
||||
#define HD_MENU_NAME "Harley"
|
||||
#define smLaunchControl_NAME "Launch Control"
|
||||
#define pedalToTpsTbl_NAME "ETB pedal target"
|
||||
#define pedalSensor_NAME "Accelerator pedal"
|
||||
|
|
|
@ -2252,7 +2252,7 @@ menuDialog = main
|
|||
subMenu = parkingLot, "Experimental 1"@@if_ts_show_experimental
|
||||
subMenu = parkingLot2, "Experimental 2"@@if_ts_show_experimental
|
||||
subMenu = parkingLot3, "Experimental 3"@@if_ts_show_experimental
|
||||
subMenu = harleyAcr, "HD"@@if_ts_show_hd
|
||||
subMenu = harleyAcr, @@HD_MENU_NAME@@@@if_ts_show_hd
|
||||
subMenu = antiLagDialog, "Anti-Lag ALS"
|
||||
subMenu = rotaryDialog, "Rotary"@@if_ts_show_rotary
|
||||
subMenu = throttleEffectiveArea, "Throttle effective area", { 1 }, { uiMode == @@UiMode_FULL@@ || uiMode == @@UiMode_INSTALLATION@@ }
|
||||
|
|
Loading…
Reference in New Issue