Skip to content

Commit

Permalink
update config and tunerstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
nmschulte committed Jul 15, 2024
1 parent a58c990 commit 58d9ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -1413,8 +1413,8 @@ uint8_t alsEtbPosition;;"", 1, 0, 0, 20000, 0
uint8_t ALSMaxDriverThrottleIntent;;"%", 1, 0, 0, 10, 0
pin_input_mode_e ALSActivatePinMode;

uint8_t autoscale tpsSecondaryMaximum;For Ford TPS, use 53%. For Toyota ETCS-i, use ~65%;"%", 0.5, 0, 0, 100, 1
uint8_t autoscale ppsSecondaryMaximum;For Toyota ETCS-i, use ~69%;"%", 0.5, 0, 0, 100, 1
uint8_t autoscale tpsSecondaryMaximum;For Ford TPS, use 53%. For Toyota ETCS-i, use ~65%. 0 and 100 disable, <20 invalid, rest will avoid sensor averaging.;"%", 0.5, 0, 0, 100, 1
uint8_t autoscale ppsSecondaryMaximum;For Toyota ETCS-i, use ~69%. 0 and 100 disable, <20 invalid, rest will avoid sensor averaging.;"%", 0.5, 0, 0, 100, 1
pin_input_mode_e[LUA_DIGITAL_INPUT_COUNT iterate] luaDigitalInputPinModes;

uint8_t autoscale rpmHardLimitHyst;If the hard limit is 7200rpm and hysteresis is 200rpm, then when the ECU sees 7200rpm, fuel/ign will cut, and stay cut until 7000rpm (7200-200) is reached;"RPM", 10, 0, 0, 2500, 0
Expand Down
2 changes: 0 additions & 2 deletions firmware/tunerstudio/tunerstudio.template.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4462,8 +4462,6 @@ dialog = tcuControls, "Transmission Settings"
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
Expand Down

0 comments on commit 58d9ac7

Please sign in to comment.