From c519ff1628eb3be953a5b090ec1bbe9290920c39 Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 5 Oct 2021 16:55:47 -0400 Subject: [PATCH] some cheap used junkyard Accelerometer #2225 --- firmware/tunerstudio/rusefi.input | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index 00aa04600d..8b36d8d1e9 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -1290,8 +1290,8 @@ gaugeCategory = DynoView entry = totalFuelConsumption, @@GAUGE_NAME_FUEL_CONSUMPTION@@, int, "%d" entry = fuelFlowRate, @@GAUGE_NAME_FUEL_FLOW@@, float, "%.2f" - entry = accelerationX, @@GAUGE_NAME_ACCEL_X@@, float,"%.2f", { LIS302DLCsPin != 0 } - entry = accelerationY, @@GAUGE_NAME_ACCEL_Y@@, float,"%.2f", { LIS302DLCsPin != 0 } + entry = accelerationX, @@GAUGE_NAME_ACCEL_X@@, float,"%.2f", { LIS302DLCsPin != 0 || imuType != 0 } + entry = accelerationY, @@GAUGE_NAME_ACCEL_Y@@, float,"%.2f", { LIS302DLCsPin != 0 || imuType != 0 } entry = egt1, "EGT1", float,"%.1f", { max31855_cs1 != 0} entry = egt2, "EGT2", float,"%.1f", { max31855_cs2 != 0} entry = egt3, "EGT3", float,"%.1f", { max31855_cs3 != 0} @@ -1379,7 +1379,7 @@ gaugeCategory = DynoView entry = knock7, "Knock 7", int, "%d" entry = knock8, "Knock 8", int, "%d" - entry = VssAcceleration, "Accel", float, "%.3f" + entry = VssAcceleration, "Vss Accel", float, "%.3f" entry = flexPercent, @@GAUGE_NAME_FLEX@@, int, "%d"