if_ts_show_ford_toyota_tps_pps part two
This commit is contained in:
parent
32f1d10160
commit
63f1ea85af
|
@ -2998,6 +2998,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
||||||
panel = tpsSent1@@if_ts_show_tps_sent
|
panel = tpsSent1@@if_ts_show_tps_sent
|
||||||
panel = tpsNum2@@if_ts_show_tps2
|
panel = tpsNum2@@if_ts_show_tps2
|
||||||
field = "Ford/Toyota redundant TPS mode", useFordRedundantTps@@if_ts_show_ford_toyota_tps_pps
|
field = "Ford/Toyota redundant TPS mode", useFordRedundantTps@@if_ts_show_ford_toyota_tps_pps
|
||||||
|
field = "Secondary TPS maximum", tpsSecondaryMaximum, {useFordRedundantTps}@@if_ts_show_ford_toyota_tps_pps
|
||||||
|
|
||||||
dialog = pedalSensorLeft, "Accelerator pedal"
|
dialog = pedalSensorLeft, "Accelerator pedal"
|
||||||
field = "Accelerator position sensor", throttlePedalPositionAdcChannel
|
field = "Accelerator position sensor", throttlePedalPositionAdcChannel
|
||||||
|
@ -3010,6 +3011,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
||||||
field = "Down (WOT) voltage", throttlePedalSecondaryWOTVoltage
|
field = "Down (WOT) voltage", throttlePedalSecondaryWOTVoltage
|
||||||
field = "TPS/PPS Error Detection Threshold", etbSplit
|
field = "TPS/PPS Error Detection Threshold", etbSplit
|
||||||
field = "Ford/Toyota redundant PPS mode", useFordRedundantPps@@if_ts_show_ford_toyota_tps_pps
|
field = "Ford/Toyota redundant PPS mode", useFordRedundantPps@@if_ts_show_ford_toyota_tps_pps
|
||||||
|
field = "Secondary PPS maximum", ppsSecondaryMaximum, {useFordRedundantPps}@@if_ts_show_ford_toyota_tps_pps
|
||||||
panel = tpsPpsLimits
|
panel = tpsPpsLimits
|
||||||
|
|
||||||
dialog = pedalGauges
|
dialog = pedalGauges
|
||||||
|
@ -4948,8 +4950,6 @@ dialog = tcuControls, "Transmission Settings"
|
||||||
field = "MAP Averaging Logic @", mapAveragingSchedulingAtIndex
|
field = "MAP Averaging Logic @", mapAveragingSchedulingAtIndex
|
||||||
field = "showHumanReadableWarning (affects Burn)", showHumanReadableWarning
|
field = "showHumanReadableWarning (affects Burn)", showHumanReadableWarning
|
||||||
field = "Warning Message", warning_message
|
field = "Warning Message", warning_message
|
||||||
field = "Secondary TPS maximum", tpsSecondaryMaximum, {useFordRedundantTps}
|
|
||||||
field = "Secondary PPS maximum", ppsSecondaryMaximum, {useFordRedundantPps}
|
|
||||||
|
|
||||||
field = "consumeObdSensors", consumeObdSensors, { canReadEnabled == 1 && canWriteEnabled == 1}
|
field = "consumeObdSensors", consumeObdSensors, { canReadEnabled == 1 && canWriteEnabled == 1}
|
||||||
field = "BRZ/FRS/GT86 pedal", allowIdenticalPps
|
field = "BRZ/FRS/GT86 pedal", allowIdenticalPps
|
||||||
|
|
Loading…
Reference in New Issue