only: unify naming is it error or warning? #6375
This commit is contained in:
parent
6ff71d1a45
commit
98877e35b6
|
@ -156,7 +156,7 @@ int16_t rpmAcceleration;dRPM;"RPM acceleration",1, 0, 0, 5, 2
|
|||
uint16_t warningCounter;@@GAUGE_NAME_WARNING_COUNTER@@;"count",1, 0, 0, 0, 0
|
||||
uint16_t lastErrorCode;@@GAUGE_NAME_WARNING_LAST@@;"error",1, 0, 0, 0, 0
|
||||
|
||||
uint16_t[8 iterate] recentErrorCode;;"error", 1, 0, 0, 0, 0
|
||||
uint16_t[8 iterate] recentErrorCode;Warning code;"error", 1, 0, 0, 0, 0
|
||||
|
||||
! todo: re-implement enableLogDebugChannels
|
||||
float debugFloatField1;;"val", 1, 0, 0, 0, 3
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
#define GAUGE_NAME_ETB_ERROR "ETB: position error"
|
||||
#define GAUGE_NAME_ETB_DUTY "ETB: Duty"
|
||||
#define GAUGE_NAME_IDLE_POSITION "Idle: Position sensor"
|
||||
#define GAUGE_NAME_LAST_ERROR "Last error"
|
||||
#define GAUGE_NAME_LAST_ERROR "Warning: last"
|
||||
#define GAUGE_NAME_TUNE_CRC16 "Tune CRC16"
|
||||
#define GAUGE_NAME_ENGINE_CRC16 "Engine CRC16"
|
||||
#define GAUGE_NAME_FW_VERSION "ECU Software Version"
|
||||
|
|
Loading…
Reference in New Issue