tunerstudio.template: get rid of clutchDownPinInverted
This commit is contained in:
parent
ecdf8b83b8
commit
d3ea84430a
|
@ -3237,7 +3237,6 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
||||||
; Sensor Inputs
|
; Sensor Inputs
|
||||||
dialog = otherSensorInputs, "Other Sensor Inputs"
|
dialog = otherSensorInputs, "Other Sensor Inputs"
|
||||||
field = "Clutch Down", clutchDownPin@@if_ts_show_clutch_down_pin
|
field = "Clutch Down", clutchDownPin@@if_ts_show_clutch_down_pin
|
||||||
field = "Clutch Down signal", clutchDownPinInverted@@if_ts_show_clutch_down_pin
|
|
||||||
field = "Clutch Down mode", clutchDownPinMode@@if_ts_show_clutch_down_pin
|
field = "Clutch Down mode", clutchDownPinMode@@if_ts_show_clutch_down_pin
|
||||||
|
|
||||||
field = "Clutch Up", clutchUpPin@@if_ts_show_clutch_up_pin
|
field = "Clutch Up", clutchUpPin@@if_ts_show_clutch_up_pin
|
||||||
|
@ -5117,7 +5116,6 @@ dialog = tcuControls, "Transmission Settings"
|
||||||
|
|
||||||
dialog = ClutchDownDialog, "Clutch Down"
|
dialog = ClutchDownDialog, "Clutch Down"
|
||||||
field = "Clutch Down", clutchDownPin
|
field = "Clutch Down", clutchDownPin
|
||||||
field = "Clutch Down Inverted", clutchDownPinInverted, {clutchDownPin != 0}
|
|
||||||
field = "Clutch Down Mode", clutchDownPinMode, {clutchDownPin != 0}
|
field = "Clutch Down Mode", clutchDownPinMode, {clutchDownPin != 0}
|
||||||
|
|
||||||
dialog = ClutchUpDialog, "Clutch Up"
|
dialog = ClutchUpDialog, "Clutch Up"
|
||||||
|
|
Loading…
Reference in New Issue