only:ts_show_acr_pins
This commit is contained in:
parent
1e859bb017
commit
70147fc8c1
|
@ -2095,6 +2095,7 @@ end_struct
|
|||
#define pedalToTpsTbl_NAME "ETB pedal target"
|
||||
#define pedalSensor_NAME "Accelerator pedal"
|
||||
#define ts_show_charge_estimation true
|
||||
#define ts_show_acr_pins true
|
||||
#define VE_MENU_NAME "VE"
|
||||
#define VE_TABLE_NAME "VE Table"
|
||||
#define VE_MENU_MAP_NAME "VE 3D view"
|
||||
|
|
|
@ -5010,9 +5010,9 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = harleyAcr, "Harley Automatic Compression Release"
|
||||
field = vinNumber, vinNumber
|
||||
field = "Pin", acrPin
|
||||
field = "Pin 2", acrPin2
|
||||
field = "cutFuelInAcr", cutFuelInAcr
|
||||
field = "Pin", acrPin@if_ts_show_acr_pins
|
||||
field = "Pin 2", acrPin2@if_ts_show_acr_pins
|
||||
field = "Cut Fuel during ACR", cutFuelInAcr
|
||||
field = "#ACR is disabled after the specified number"
|
||||
field = "#of revolutions, plus degrees of engine phase"
|
||||
field = "Disable after revolutions", acrRevolutions
|
||||
|
|
Loading…
Reference in New Issue