From 7722ea135044207e39b61e6456d0367c581e48b3 Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 17 Jan 2018 21:53:08 -0500 Subject: [PATCH] #492 --- firmware/tunerstudio/rusefi.input | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/tunerstudio/rusefi.input b/firmware/tunerstudio/rusefi.input index b6e7157b1e..a73362ec30 100644 --- a/firmware/tunerstudio/rusefi.input +++ b/firmware/tunerstudio/rusefi.input @@ -817,7 +817,7 @@ gaugeCategory = Fuel Data entry = idleAirValvePosition, @@GAUGE_NAME_IAC@@, float, "%.3f" - entry = injectorLagMs, @@GAUGE_NAME_INJECTOR_LAG, float, "%.3f" + entry = injectorLagMs, @@GAUGE_NAME_INJECTOR_LAG@@, float, "%.3f" entry = fuelRunning, @@GAUGE_NAME_FUEL_RUNNING@@, float, "%.3f" entry = actualLastInjection, @@GAUGE_NAME_FUEL_LAST_INJECTION@@, float, "%.3f" entry = baseFuel, "fuel: base", float, "%.2f" @@ -882,7 +882,7 @@ gaugeCategory = Fuel Data entry = debugIntField3, @@GAUGE_NAME_DEBUG_I3@@,int,"%d" - entry = engineMode, "mode",int,"%d" + entry = engineMode, "Engine Mode",int,"%d" entry = warningCounter, @@GAUGE_NAME_WARNING_COUNTER@@,int,"%d" entry = lastErrorCode, @@GAUGE_NAME_WARNING_LAST@@,int,"%d" entry = internalMcuTemperature, @@GAUGE_NAME_CPU_TEMP@@,float,"%.2f"