Skip to content

Commit

Permalink
group "Sensor Redundancy" tuning into panel
Browse files Browse the repository at this point in the history
  • Loading branch information
nmschulte committed Jun 3, 2024
1 parent 4f310a7 commit 97004f0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions firmware/tunerstudio/tunerstudio.template.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4462,21 +4462,24 @@ dialog = tcuControls, "Transmission Settings"
field = "Disable after revolutions", acrRevolutions
field = "Disable after engine phase", acrDisablePhase

dialog = parkingLotRedundantSensors, "Sensor Redundancy"
field = "Secondary TPS Monitors", tpsSecondaryMonitors
field = "Secondary PPS Monitors", ppsSecondaryMonitors
field = "Partial Secondary TPS Maximum", tpsSecondaryMaximum
field = "Partial Secondary PPS Maximum", ppsSecondaryMaximum
field = "BRZ/FRS/GT86 pedal", allowIdenticalPps

dialog = parkingLot, "Experimental/Broken"
field = "I understand ECU Locking", yesUnderstandLocking
field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 }
field = "#System hacks"
field = "Global fuel correction", globalFuelCorrection
field = "MAP Averaging Logic @", mapAveragingSchedulingAtIndex
field = "Secondary TPS Monitors", tpsSecondaryMonitors
field = "Secondary TPS maximum", tpsSecondaryMaximum, {useFordRedundantTps}
field = "Secondary PPS Monitors", ppsSecondaryMonitors
field = "Secondary PPS maximum", ppsSecondaryMaximum, {useFordRedundantPps}
field = "ADC vRef voltage", adcVcc
field = "CLT sensor is pulldown instead of pullup", cltSensorPulldown
field = "IAT sensor is pulldown instead of pullup", iatSensorPulldown
field = "Analog divider ratio", analogInputDividerCoefficient@@if_ts_show_analog_divider
field = "BRZ/FRS/GT86 pedal", allowIdenticalPps
panel = parkingLotRedundantSensors
field = "Artificial Misfire", artificialTestMisfire
field = "Instant Rpm Range", instantRpmRange
field = "Always use instant RPM", alwaysInstantRpm
Expand Down

0 comments on commit 97004f0

Please sign in to comment.