gauge names duplication? :(
This commit is contained in:
parent
ffd1478abc
commit
4a5210066a
|
@ -1953,20 +1953,6 @@ end_struct
|
|||
#define GAUGE_NAME_FUEL_CONSUMPTION "fuel: Total consumed"
|
||||
#define GAUGE_NAME_FUEL_FLOW "fuel: Flow rate"
|
||||
|
||||
#define GAUGE_NAME_FUEL_INJ_DUTY "fuel: injector duty cycle"
|
||||
#define GAUGE_NAME_TCHARGE "fuel: SD tCharge"
|
||||
#define GAUGE_NAME_TARGET_AFR "fuel: target AFR"
|
||||
#define GAUGE_NAME_TARGET_LAMBDA "fuel: target lambda"
|
||||
#define GAUGE_NAME_AFR "Air/Fuel Ratio"
|
||||
#define GAUGE_NAME_AFR2 "Air/Fuel Ratio 2"
|
||||
#define GAUGE_NAME_LAMBDA "Lambda"
|
||||
#define GAUGE_NAME_LAMBDA2 "Lambda 2"
|
||||
#define GAUGE_NAME_IAC "Idle Air Valve"
|
||||
|
||||
#define GAUGE_NAME_DWELL_DUTY "Ignition: coil duty cycle"
|
||||
#define GAUGE_COIL_DWELL_TIME "Ignition: coil charge time"
|
||||
#define GAUGE_NAME_IGNITION_LOAD "Ignition: load"
|
||||
|
||||
#define GAUGE_NAME_DEBUG_F1 "debug f1"
|
||||
#define GAUGE_NAME_DEBUG_F2 "debug f2: iTerm"
|
||||
#define GAUGE_NAME_DEBUG_F3 "debug f3: prevError"
|
||||
|
|
|
@ -174,11 +174,11 @@
|
|||
#define GAUGE_NAME_LAMBDA2 "Lambda 2"
|
||||
#define GAUGE_NAME_IAC "Idle: Position"
|
||||
|
||||
#define GAUGE_NAME_TIMING_ADVANCE "Ign: Timing"
|
||||
#define GAUGE_NAME_DWELL_DUTY "Ign: Coil duty cycle"
|
||||
#define GAUGE_COIL_DWELL_TIME "Ign: Dwell"
|
||||
#define GAUGE_NAME_IGNITION_LOAD "Ign: Load"
|
||||
#define GAUGE_NAME_IGNITION_MODE "Ign: Mode"
|
||||
#define GAUGE_NAME_TIMING_ADVANCE "Ignition: Timing"
|
||||
#define GAUGE_NAME_DWELL_DUTY "Ignition: coil duty cycle"
|
||||
#define GAUGE_COIL_DWELL_TIME "Ignition: coil charge time"
|
||||
#define GAUGE_NAME_IGNITION_LOAD "Ignition: load"
|
||||
#define GAUGE_NAME_IGNITION_MODE "Ignition: Mode"
|
||||
|
||||
#define GAUGE_NAME_DEBUG_F1 "debug f1"
|
||||
#define GAUGE_NAME_DEBUG_F2 "debug f2: iTerm"
|
||||
|
|
Loading…
Reference in New Issue