support multiple VVT sensors #885

This commit is contained in:
rusefi 2021-04-25 21:31:34 -04:00
parent 6a5c2d23b4
commit 4da74ddf52
1 changed files with 3 additions and 0 deletions

View File

@ -1651,6 +1651,9 @@ end_struct
#define GAUGE_NAME_VERSION "firmware"
#define GAUGE_NAME_TRG_ERR "trg err"
#define GAUGE_NAME_VVT "VVT position"
#define GAUGE_NAME_SECOND_VVT_BANK_1 "VVT second position bank 1"
#define GAUGE_NAME_VVT_BANK_2 "VVT position bank 2"
#define GAUGE_NAME_SECOND_VVT_BANK_2 "VVT second position bank 2"
#define GAUGE_NAME_TIMING_ADVANCE "timing"
#define GAUGE_NAME_VVS "Vehicle Speed"
#define GAUGE_NAME_VBAT "VBatt"