This commit is contained in:
rusefi 2017-05-15 04:42:58 -04:00
parent 7058f54ccc
commit 766533edaa
2 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun May 14 07:36:28 EDT 2017
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Mon May 15 04:42:00 EDT 2017
pageSize = 16376
page = 1
@ -1385,8 +1385,8 @@ fileVersion = { 20161225 }
entry = debugIntField3, "debug i3",int,"%d"
entry = engineMode, "mode",int,"%d"
entry = warningCounter, "warning: last",int,"%d"
entry = lastErrorCode, "err: last",int,"%d"
entry = warningCounter, "warning: counter",int,"%d"
entry = lastErrorCode, "warning: last",int,"%d"
entry = internalMcuTemperature, "CPU Temperature",float,"%.2f"
entry = tCharge, "tCharge",float,"%.3f"

View File

@ -647,8 +647,8 @@ fileVersion = { 20161225 }
entry = debugIntField3, "debug i3",int,"%d"
entry = engineMode, "mode",int,"%d"
entry = warningCounter, @@GAUGE_NAME_WARNING_LAST@@,int,"%d"
entry = lastErrorCode, "err: last",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"
entry = tCharge, "tCharge",float,"%.3f"