diff --git a/firmware/console/binary/output_channels.txt b/firmware/console/binary/output_channels.txt index 1d02934866..65f09429dd 100644 --- a/firmware/console/binary/output_channels.txt +++ b/firmware/console/binary/output_channels.txt @@ -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 diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 4daf07bb23..c3f1b168e9 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -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"