support multiple VVT sensors #885
This commit is contained in:
parent
52f11638db
commit
58572c0d9c
|
@ -1029,9 +1029,9 @@ gaugeCategory = Sensors - Extra 1
|
|||
accelerationYGauge = accelerationY, @@GAUGE_NAME_ACCEL_Y@@, "acc", -11, 11, 1.0, 1.2, 100, 100, 3, 1
|
||||
atmPresCGauge = baroPressure, @@GAUGE_NAME_BARO_PRESSURE@@, "kPa", 0, 1024, 0, 0, 0, 0, 0, 0
|
||||
vvtPositionGauge = vvtPosition, @@GAUGE_NAME_VVT@@, "deg", 0, 100, 0, 0, 720, 720, 0, 0
|
||||
secondVvtPositionBank1Gauge=secondVvtPositionBank1, @@GAUGE_NAME_VVT_BANK_1@@, "deg", 0, 100, 0, 0, 720, 720, 0, 0
|
||||
secondVvtPositionBank1Gauge=secondVvtPositionBank1, @@GAUGE_NAME_SECOND_VVT_BANK_1@@, "deg", 0, 100, 0, 0, 720, 720, 0, 0
|
||||
vvtPositionBank2Gauge=vvtPositionBank2, @@GAUGE_NAME_VVT_BANK_2@@, "deg", 0, 100, 0, 0, 720, 720, 0, 0
|
||||
secondVvtPositionBank2Gauge=secondVvtPositionBank2, @@GAUGE_NAME_VVT_BANK_2@@, "deg", 0, 100, 0, 0, 720, 720, 0, 0
|
||||
secondVvtPositionBank2Gauge=secondVvtPositionBank2, @@GAUGE_NAME_SECOND_VVT_BANK_2@@, "deg", 0, 100, 0, 0, 720, 720, 0, 0
|
||||
internalMcuTemperatureGauge = internalMcuTemperature, @@GAUGE_NAME_ECU_TEMPERATURE@@, "C", 0, 100, 0, 0, 75, 100, 0, 0
|
||||
OilPressGauge = oilPressure, @@GAUGE_NAME_OIL_PRESSURE@@, @@GAUGE_NAME_OIL_PRESSURE_UNITS@@, 0, 750, 35, 75, 550, 700, 0, 0
|
||||
idleAirValvePositionGauge = idleAirValvePosition, "Idle position", "%", 0, 100, 0, 0, 100, 100, 1, 1
|
||||
|
|
Loading…
Reference in New Issue