From fd8402b9af545dcd17d0f3dfd224efdff5fd1726 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 14 May 2022 11:13:18 -0400 Subject: [PATCH] helping indicators & new gauges --- firmware/tunerstudio/rusefi.input | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index df3feb183a..9355347048 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -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