Skip to content

Commit

Permalink
rename configs useFordRedundant* to *SecondaryMonitors
Browse files Browse the repository at this point in the history
  • Loading branch information
nmschulte committed Jun 3, 2024
1 parent d376c12 commit 4f310a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions firmware/integration/rusefi_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ injector_s injector
injector_s injectorSecondary

bit isForcedInduction;Does the vehicle have a turbo or supercharger?
bit useFordRedundantTps;On some Ford and Toyota vehicles one of the throttle sensors is not linear on the full range, i.e. in the specific range of the positions we effectively have only one sensor.
bit tpsSecondaryMonitors;Use primary throttle sensor value directly and secondary to monitor, rather than the average of the two values.
bit lambdaProtectionEnable
bit overrideTriggerGaps
bit enableFan1WithAc;Turn on this fan when AC is on.
Expand All @@ -423,7 +423,7 @@ bit useTLE8888_stepper
bit usescriptTableForCanSniffingFiltering
bit verboseCan,"Print all","Do not print";Print incoming and outgoing first bus CAN messages in FOME console
bit artificialTestMisfire,"Danger Mode","No thank you";Experimental setting that will cause a misfire\nDO NOT ENABLE.
bit useFordRedundantPps;On some Ford and Toyota vehicles one of the pedal sensors is not linear on the full range, i.e. in the specific range of the positions we effectively have only one sensor.
bit ppsSecondaryMonitors;Use primary pedal sensor value directly and secondary to monitor, rather than the average of the two values.
bit cltSensorPulldown
bit iatSensorPulldown
bit allowIdenticalPps
Expand Down
4 changes: 2 additions & 2 deletions firmware/tunerstudio/tunerstudio.template.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4468,9 +4468,9 @@ dialog = tcuControls, "Transmission Settings"
field = "#System hacks"
field = "Global fuel correction", globalFuelCorrection
field = "MAP Averaging Logic @", mapAveragingSchedulingAtIndex
field = "Ford redundant TPS mode", useFordRedundantTps
field = "Secondary TPS Monitors", tpsSecondaryMonitors
field = "Secondary TPS maximum", tpsSecondaryMaximum, {useFordRedundantTps}
field = "Ford redundant PPS mode", useFordRedundantPps
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
Expand Down

0 comments on commit 4f310a7

Please sign in to comment.