add configuration for A/C Pressure Sensor #6570

This commit is contained in:
kifir 2024-06-17 22:22:47 +03:00 committed by rusefillc
parent ca22498087
commit ae0f6ba6ba
1 changed files with 8 additions and 0 deletions

View File

@ -2081,6 +2081,7 @@ menuDialog = main
subMenu = compressorDischargeTemperature, "Compressor discharge temp"
subMenu = egtInputs, "EGT" @@if_ts_show_egt
subMenu = wastegateIdlePos, "Wastegate and idle position sensors"
subMenu = acPressureSensor, "A/C Pressure Sensor"
subMenu = std_separator
subMenu = auxLinearSensors, "Aux Sensors"
@ -3407,6 +3408,13 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
panel = fuelp_settings, West
panel = fuelPressureGauges, East
dialog = acPressureSensor, "A/C Pressure Sensor"
field = "Input", acPressure_hwChannel
field = "Low voltage", acPressure_v1, {acPressure_hwChannel != @@ADC_CHANNEL_NONE@@}
field = "Low value", acPressure_value1, {acPressure_hwChannel != @@ADC_CHANNEL_NONE@@}
field = "High voltage", acPressure_v2, {acPressure_hwChannel != @@ADC_CHANNEL_NONE@@}
field = "High value", acPressure_value2, {acPressure_hwChannel != @@ADC_CHANNEL_NONE@@}
dialog = auxLinearSensor1, "Aux Linear Sensor #1"
field = "Input", auxLinear1_hwChannel
field = "Low voltage", auxLinear1_v1, {auxLinear1_hwChannel != @@ADC_CHANNEL_NONE@@}