SD-card log fields improvement (warning counter & last code) #3162

This commit is contained in:
rusefillc 2021-09-08 21:02:00 -04:00
parent 26f288b23f
commit 5341b18b05
2 changed files with 4 additions and 3 deletions

View File

@ -1761,7 +1761,8 @@ end_struct
#define GAUGE_NAME_IDLE_POSITION "Idle position sensor"
#define GAUGE_NAME_WARNING_COUNT "Warning count"
#define GAUGE_NAME_LAST_ERROR "Last error"
#define GAUGE_NAME_TUNE_CRC16 "tune CRC16"
#define GAUGE_NAME_TUNE_CRC16 "Tune CRC16"
#define GAUGE_NAME_ENGINE_CRC16 "Engine CRC16"
#define GAUGE_NAME_FW_VERSION "ECU Software Version"
#define GAUGE_NAME_RAW_FUEL_PRESSURE_LOW "Fuel pressure raw (low)"

View File

@ -1328,8 +1328,8 @@ gaugeCategory = DynoView
entry = debugIntField5, {bitStringValue( debugFieldI5List, debugMode )},int,"%d", { !enableLogDebugChannels }
entry = engineMakeCodeNameCrc16, "Engine CRC16",int,"%d"
entry = tuneCrc16, "Tune CRC16",int,"%d"
entry = engineMakeCodeNameCrc16, @@GAUGE_NAME_ENGINE_CRC16@@,int,"%d"
entry = tuneCrc16, @@GAUGE_NAME_TUNE_CRC16@@,int,"%d"
entry = engineMode, "Engine Mode",int,"%d"
entry = warningCounter, @@GAUGE_NAME_WARNING_COUNTER@@,int,"%d"