semi-secret brz/frs pedal mode
This commit is contained in:
parent
77c55b9f88
commit
54a8085957
|
@ -449,6 +449,7 @@ bit artificialTestMisfire,"Danger Mode","No thank you";Experimental setting that
|
|||
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 cltSensorPulldown
|
||||
bit iatSensorPulldown
|
||||
bit allowIdenticalPps
|
||||
|
||||
int16_t tpsMin;Closed throttle, 1 volt = 200 units.\nSee also tps1_1AdcChannel\nset tps_min X;"ADC", 1, 0, 0, 1023, 0
|
||||
int16_t tpsMax;Full throttle.\nSee also tps1_1AdcChannel\nset tps_max X;"ADC", 1, 0, 0, 1023, 0
|
||||
|
|
|
@ -4399,6 +4399,7 @@ dialog = tcuControls, "Transmission Settings"
|
|||
field = "Secondary PPS maximum", ppsSecondaryMaximum, {useFordRedundantPps}
|
||||
|
||||
field = "consumeObdSensors", consumeObdSensors, { canReadEnabled == 1 && canWriteEnabled == 1}
|
||||
field = "BRZ/FRS/GT86 pedal", allowIdenticalPps
|
||||
field = "Artificial Misfire", artificialTestMisfire
|
||||
field = "Always use instant RPM", alwaysInstantRpm
|
||||
field = vinNumber, vinNumber
|
||||
|
|
Loading…
Reference in New Issue