diff --git a/firmware/tunerstudio/tunerstudio.template.ini b/firmware/tunerstudio/tunerstudio.template.ini index 6cc360fb95..6e9956fd75 100644 --- a/firmware/tunerstudio/tunerstudio.template.ini +++ b/firmware/tunerstudio/tunerstudio.template.ini @@ -3237,7 +3237,6 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_ ; Sensor Inputs dialog = otherSensorInputs, "Other Sensor Inputs" 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 Up", clutchUpPin@@if_ts_show_clutch_up_pin @@ -5117,7 +5116,6 @@ dialog = tcuControls, "Transmission Settings" dialog = ClutchDownDialog, "Clutch Down" field = "Clutch Down", clutchDownPin - field = "Clutch Down Inverted", clutchDownPinInverted, {clutchDownPin != 0} field = "Clutch Down Mode", clutchDownPinMode, {clutchDownPin != 0} dialog = ClutchUpDialog, "Clutch Up"