only: same setting is used for PPS as well
This commit is contained in:
parent
78694f7adc
commit
12330708f8
|
@ -2980,12 +2980,12 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != @@ADC_CHANNEL_NONE@@ && tps2_1AdcChannel != @@ADC_CHANNEL_NONE@@}
|
||||
commandButton = "Auto Calibrate ETB 2", cmd_etb_auto_calibrate_2, {etb2configured == 1 && tps2_1AdcChannel != @@ADC_CHANNEL_NONE@@ && calibrationMode == @@TsCalMode_None@@}
|
||||
|
||||
dialog = tpsLimits, "TPS Limits"
|
||||
field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != @@ADC_CHANNEL_NONE@@}
|
||||
field = "TPS maximum valid value", tpsErrorDetectionTooHigh, {tps1_1AdcChannel != @@ADC_CHANNEL_NONE@@}
|
||||
dialog = tpsPpsLimits, "TPS/PPS Limits"
|
||||
field = "TPS/PPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != @@ADC_CHANNEL_NONE@@}
|
||||
field = "TPS/PPS maximum valid value", tpsErrorDetectionTooHigh, {tps1_1AdcChannel != @@ADC_CHANNEL_NONE@@}
|
||||
|
||||
dialog = tpsSensorLeft
|
||||
panel = tpsLimits
|
||||
panel = tpsPpsLimits
|
||||
panel = tpsNum1
|
||||
panel = tpsSent1@@if_ts_show_tps_sent
|
||||
panel = tpsNum2@@if_ts_show_tps2
|
||||
|
@ -3000,6 +3000,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
field = "Up voltage", throttlePedalSecondaryUpVoltage
|
||||
field = "Down (WOT) voltage", throttlePedalSecondaryWOTVoltage
|
||||
field = "Error Detection Threshold", etbSplit
|
||||
panel = tpsPpsLimits
|
||||
|
||||
dialog = pedalGauges
|
||||
gauge = pedalPositionGauge
|
||||
|
|
Loading…
Reference in New Issue