From 059a56beb5c5c0fa063dc6a240ef128fc02fb8b2 Mon Sep 17 00:00:00 2001 From: rusEFI LLC Date: Mon, 24 Jun 2024 21:08:43 -0400 Subject: [PATCH] only:ts_show_clutch_up_pin ts_show_clutch_down_pin --- firmware/integration/rusefi_config.txt | 2 ++ firmware/tunerstudio/tunerstudio.template.ini | 22 +++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 930edd98dd..718db90698 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -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" diff --git a/firmware/tunerstudio/tunerstudio.template.ini b/firmware/tunerstudio/tunerstudio.template.ini index bc5e5a5a33..70ff09a1a6 100644 --- a/firmware/tunerstudio/tunerstudio.template.ini +++ b/firmware/tunerstudio/tunerstudio.template.ini @@ -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}