replace speed sensor gear ratio fix #3793
This commit is contained in:
parent
4360decabe
commit
d2245c1c73
|
@ -974,7 +974,7 @@ m_pressureTarget_kPaGauge = m_pressureTarget_kPa,"DI: m_pressureTarget_kPa", "v"
|
|||
|
||||
gaugeCategory = Sensors - Extra 2
|
||||
egt1Gauge = egt1, "EGT#1", "C", 0, 2000
|
||||
egt2Gauge = egt2, "EGT#2", "C", 0, 2000
|
||||
egt2Gauge = egt2, "EGT#2", "C", 0, 2000"
|
||||
egt3Gauge = egt3, "EGT#3", "C", 0, 2000
|
||||
egt4Gauge = egt4, "EGT#4", "C", 0, 2000
|
||||
egt5Gauge = egt5, "EGT#5", "C", 0, 2000
|
||||
|
@ -3010,6 +3010,10 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
|||
dialog = speedSensorAnalog
|
||||
field = "Input pin", vehicleSpeedSensorInputPin
|
||||
field = "Wheel revolutions per kilometer", driveWheelRevPerKm
|
||||
;
|
||||
; We prefer quantities that users can actually measure or inspect without math, so we have
|
||||
; two separate natural settings here without one 'sensor tooth to wheel revolution' ratio
|
||||
;
|
||||
field = "Speed sensor gear ratio", vssGearRatio
|
||||
field = "Speed sensor tooth count", vssToothCount
|
||||
|
||||
|
|
Loading…
Reference in New Issue