DTCs now hav severity and improved DTCMaintenance

This commit is contained in:
2022-08-22 14:13:55 +02:00
parent 808709f5c2
commit bd4c1d9d53
14 changed files with 109 additions and 29 deletions

View File

@@ -33,6 +33,8 @@ typedef struct Globals_s
char DeviceName[33];
uint32_t FlashVersion;
uint16_t eePersistanceAdress;
uint8_t TankPercentage;
bool hasDTC;
} Globals_t;
extern Globals_t globals;