This commit is contained in:
rusefi 2018-01-17 21:53:08 -05:00
parent 15ba7612e9
commit 779cea9e5a
2 changed files with 5 additions and 5 deletions

View File

@ -63,7 +63,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Wed Jan 17 20:08:44 EST 2018 ; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Wed Jan 17 21:46:52 EST 2018
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -1631,7 +1631,7 @@ gaugeCategory = Fuel Data
entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f" entry = idleAirValvePosition, "Idle Air Valve", float, "%.3f"
entry = injectorLagMs, @@GAUGE_NAME_INJECTOR_LAG, float, "%.3f" entry = injectorLagMs, "fuel: injector lag", float, "%.3f"
entry = fuelRunning, "fuel: running", float, "%.3f" entry = fuelRunning, "fuel: running", float, "%.3f"
entry = actualLastInjection, "fuel: last injection", float, "%.3f" entry = actualLastInjection, "fuel: last injection", float, "%.3f"
entry = baseFuel, "fuel: base", float, "%.2f" entry = baseFuel, "fuel: base", float, "%.2f"
@ -1696,7 +1696,7 @@ gaugeCategory = Fuel Data
entry = debugIntField3, "debug i3",int,"%d" entry = debugIntField3, "debug i3",int,"%d"
entry = engineMode, "mode",int,"%d" entry = engineMode, "Engine Mode",int,"%d"
entry = warningCounter, "warning: counter",int,"%d" entry = warningCounter, "warning: counter",int,"%d"
entry = lastErrorCode, "warning: last",int,"%d" entry = lastErrorCode, "warning: last",int,"%d"
entry = internalMcuTemperature, "CPU Temperature",float,"%.2f" entry = internalMcuTemperature, "CPU Temperature",float,"%.2f"

View File

@ -817,7 +817,7 @@ gaugeCategory = Fuel Data
entry = idleAirValvePosition, @@GAUGE_NAME_IAC@@, float, "%.3f" 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 = fuelRunning, @@GAUGE_NAME_FUEL_RUNNING@@, float, "%.3f"
entry = actualLastInjection, @@GAUGE_NAME_FUEL_LAST_INJECTION@@, float, "%.3f" entry = actualLastInjection, @@GAUGE_NAME_FUEL_LAST_INJECTION@@, float, "%.3f"
entry = baseFuel, "fuel: base", float, "%.2f" entry = baseFuel, "fuel: base", float, "%.2f"
@ -882,7 +882,7 @@ gaugeCategory = Fuel Data
entry = debugIntField3, @@GAUGE_NAME_DEBUG_I3@@,int,"%d" 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 = warningCounter, @@GAUGE_NAME_WARNING_COUNTER@@,int,"%d"
entry = lastErrorCode, @@GAUGE_NAME_WARNING_LAST@@,int,"%d" entry = lastErrorCode, @@GAUGE_NAME_WARNING_LAST@@,int,"%d"
entry = internalMcuTemperature, @@GAUGE_NAME_CPU_TEMP@@,float,"%.2f" entry = internalMcuTemperature, @@GAUGE_NAME_CPU_TEMP@@,float,"%.2f"