This commit is contained in:
parent
fbf58d7020
commit
14076471eb
|
@ -314,7 +314,7 @@ uint16_t rpmAcceleration;dRPM;"RPM/s",1, 0, 0, 0, 0
|
|||
float autoscale vvtSyncGapRatio;;"", 1, 0, -10000, 10000, 3
|
||||
float autoscale vvtCurrentPosition;;"", 1, 0, -10000, 10000, 3
|
||||
|
||||
float autoscale triggerSyncGapRatio;;"", 1, 0, -10000, 10000, 3
|
||||
float autoscale triggerSyncGapRatio;@@GAUGE_NAME_TRG_GAP@@;"", 1, 0, -10000, 10000, 3
|
||||
|
||||
uint8_t triggerStateIndex;;"", 1, 0, -10000, 10000, 3
|
||||
uint8_t vvtCounter;;"", 1, 0, -10000, 10000, 3
|
||||
|
|
|
@ -1667,7 +1667,8 @@ end_struct
|
|||
|
||||
#define GAUGE_NAME_VERSION "firmware"
|
||||
#define GAUGE_NAME_UPTIME "Uptime"
|
||||
#define GAUGE_NAME_TRG_ERR "trg err"
|
||||
#define GAUGE_NAME_TRG_ERR "Trigger Error Counter"
|
||||
#define GAUGE_NAME_TRG_GAP "Trigger Sync Latest Ratio"
|
||||
|
||||
#define GAUGE_NAME_VVT_B1I "VVT: bank 1 intake"
|
||||
#define GAUGE_NAME_VVT_B1E "VVT: bank 1 exhaust"
|
||||
|
|
Loading…
Reference in New Issue