Native SENT TPS input #5079
This commit is contained in:
parent
696f8d566b
commit
7de3e410ca
|
@ -2541,10 +2541,10 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
field = "Resistance @ HT", auxTempSensor2_resistance_3, {auxTempSensor2_adcChannel != @@ADC_CHANNEL_NONE@@}
|
||||
|
||||
dialog = tpsSent1, "SENT TPS"
|
||||
field = "SENT input 1", sentInputPins1
|
||||
field = "SENT sentEtbType", sentEtbType, {sentInputPins1 != 0}
|
||||
field = customSentTpsMin, customSentTpsMin, {sentEtbType == @@SentEtbType_CUSTOM@@ }
|
||||
field = customSentTpsMax, customSentTpsMax, {sentEtbType == @@SentEtbType_CUSTOM@@ }
|
||||
field = "Input #1", sentInputPins1
|
||||
field = "ETB type", sentEtbType, {sentInputPins1 != 0}
|
||||
field = "Closed value", customSentTpsMin, {sentEtbType == @@SentEtbType_CUSTOM@@ }
|
||||
field = "Open value", customSentTpsMax, {sentEtbType == @@SentEtbType_CUSTOM@@ }
|
||||
|
||||
dialog = tpsNum1, "Throttle Body #1"
|
||||
field = "Primary sensor", tps1_1AdcChannel
|
||||
|
|
Loading…
Reference in New Issue