only:HD_MENU_NAME

This commit is contained in:
rusEFI LLC 2024-10-28 10:10:00 -04:00
parent 43062e4732
commit 7fc6dc56aa
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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@@ }