helping indicators & new gauges
This commit is contained in:
parent
91ca4d549b
commit
fd8402b9af
|
@ -1215,8 +1215,8 @@ gaugeCategory = Sensors - Raw
|
|||
rawMafGauge = rawMaf , "Raw MAF", "V", 0, 5, 0, 0, 5, 5, 3, 0
|
||||
rawMapGauge = rawMap , "Raw MAP", "V", 0, 5, 0, 0, 5, 5, 3, 0
|
||||
rawAfrGauge = rawAfr , "Raw EGO", "V", 0, 5, 0, 0, 5, 5, 3, 0
|
||||
vssEdgeCounterGauge = vssEdgeCounter
|
||||
issEdgeCounterGauge = issEdgeCounter
|
||||
vssEdgeCounterGauge = vssEdgeCounter, "Raw VSS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
|
||||
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
|
||||
|
||||
gaugeCategory = Transmission
|
||||
desiredGearGauge = tcuDesiredGear, @@GAUGE_NAME_DESIRED_GEAR@@, "gear", -1, 10, -1, -1, 10, 10, 0, 0
|
||||
|
@ -1325,8 +1325,8 @@ gaugeCategory = DynoView
|
|||
indicator = { clutchUpState }, "Clutch Up", "clutch Up", white, black, red, black
|
||||
indicator = { clutchDownState }, "Clutch Down", "Clutch Down", white, black, yellow, black
|
||||
indicator = { brakePedalState }, "brake", "brake down", white, black, red, black
|
||||
indicator = { acSwitchState }, "AC switch off", "AC switch on", white, black, blue, white
|
||||
indicator = { acState }, "AC off", "AC on", white, black, blue, white
|
||||
indicator = { acButtonState }, "AC switch off", "AC switch on", white, black, blue, white
|
||||
indicator = { m_acEnabled }, "AC off", "AC on", white, black, blue, white
|
||||
indicator = { isIdleClosedLoop }, "not idling", "idling", white, black, green, black
|
||||
indicator = { isIdleCoasting }, "not coasting", "coasting", white, black, green, black
|
||||
indicator = { dfcoActive }, "no decel cut", "decel cut", white, black, yellow, black
|
||||
|
|
Loading…
Reference in New Issue