Skip to content

Commit

Permalink
Native SENT TPS input #5079
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Mar 2, 2023
1 parent 696f8d5 commit 7de3e41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions firmware/tunerstudio/rusefi.input
Expand Up @@ -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
Expand Down

0 comments on commit 7de3e41

Please sign in to comment.