only:ts_show_clutch_up_pin ts_show_clutch_down_pin

This commit is contained in:
rusEFI LLC 2024-06-24 21:08:43 -04:00
parent 14f5db0192
commit 059a56beb5
2 changed files with 13 additions and 11 deletions

View File

@ -2050,6 +2050,8 @@ end_struct
#define ts_show_tps2_error true
#define ts_show_clutch_up true
#define ts_show_clutch_down true
#define ts_show_clutch_up_pin true
#define ts_show_clutch_down_pin true
#define GAUGE_NAME_LUA_0 "Lua Gauge 1"
#define GAUGE_NAME_LUA_1 "Lua Gauge 2"

View File

@ -3096,13 +3096,13 @@ 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
field = "Clutch Down signal", clutchDownPinInverted
field = "Clutch Down mode", clutchDownPinMode
field = "Clutch Down", clutchDownPin@@ts_show_clutch_down_pin
field = "Clutch Down signal", clutchDownPinInverted@@ts_show_clutch_down_pin
field = "Clutch Down mode", clutchDownPinMode@@ts_show_clutch_down_pin
field = "Clutch Up", clutchUpPin
field = "Clutch Up signal", clutchUpPinInverted
field = "Clutch Up mode", clutchUpPinMode
field = "Clutch Up", clutchUpPin@@ts_show_clutch_up_pin
field = "Clutch Up signal", clutchUpPinInverted@@ts_show_clutch_up_pin
field = "Clutch Up mode", clutchUpPinMode@@ts_show_clutch_up_pin
field = "Throttle Up switch", throttlePedalUpPin
field = "Brake Pedal", brakePedalPin
field = "Brake Pedak signal", brakePedalPinInverted
@ -3142,8 +3142,8 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
field = "MAP ADC input", map_sensor_hwChannel
field = "Fuel Level input", fuelLevelSensor
field = "Vehicle Speed input", vehicleSpeedSensorInputPin
field = "Clutch Down input", clutchDownPin
field = "Clutch Up input", clutchUpPin
field = "Clutch Down input", clutchDownPin@@ts_show_clutch_down_pin
field = "Clutch Up input", clutchUpPin@@ts_show_clutch_up_pin
field = "Brake pedal input", brakePedalPin
field = "A/C Switch", acSwitch
field = "Aux Temperature #1", auxTempSensor1_adcChannel
@ -4811,9 +4811,9 @@ dialog = tcuControls, "Transmission Settings"
field = "Launch Button inverted", launchActivateInverted, {launchControlEnabled == 1 && launchActivationMode == @@launchActivationMode_e_SWITCH_INPUT_LAUNCH@@}
field = "Launch Button mode", launchActivatePinMode, {launchControlEnabled == 1 && launchActivationMode == @@launchActivationMode_e_SWITCH_INPUT_LAUNCH@@}
field = "Clutch Down", clutchDownPin, {launchControlEnabled == 1 && (clutchDownPin != 0 || (launchActivationMode == @@launchActivationMode_e_CLUTCH_INPUT_LAUNCH@@))}
field = "Clutch Down inverted", clutchDownPinInverted, {launchControlEnabled == 1 && launchActivationMode == @@launchActivationMode_e_CLUTCH_INPUT_LAUNCH@@}
field = "Clutch Down mode", clutchDownPinMode, {launchControlEnabled == 1 && launchActivationMode == @@launchActivationMode_e_CLUTCH_INPUT_LAUNCH@@}
field = "Clutch Down", clutchDownPin, {launchControlEnabled == 1 && (clutchDownPin != 0 || (launchActivationMode == @@launchActivationMode_e_CLUTCH_INPUT_LAUNCH@@))}@@ts_show_clutch_down_pin
field = "Clutch Down inverted", clutchDownPinInverted, {launchControlEnabled == 1 && launchActivationMode == @@launchActivationMode_e_CLUTCH_INPUT_LAUNCH@@}@@ts_show_clutch_down_pin
field = "Clutch Down mode", clutchDownPinMode, {launchControlEnabled == 1 && launchActivationMode == @@launchActivationMode_e_CLUTCH_INPUT_LAUNCH@@}@@ts_show_clutch_down_pin
field = ""
; dead code field = "Rpm Threshold", launchRpmThreshold, {launchControlEnabled == 1}