Added DTC for LittleFS-Image Version mismatch

This commit is contained in:
2022-08-22 14:26:37 +02:00
parent bd4c1d9d53
commit 6ffe239cae
4 changed files with 27 additions and 15 deletions

View File

@@ -18,9 +18,12 @@ typedef enum eEERequest
EE_IDLE,
EE_CFG_SAVE,
EE_CFG_LOAD,
EE_CFG_FORMAT,
EE_PDS_SAVE,
EE_PDS_LOAD,
EE_PDS_FORMAT,
EE_ALL_SAVE
} tEERequest;
typedef struct Globals_s
@@ -31,7 +34,7 @@ typedef struct Globals_s
uint16_t purgePulses = 0;
eEERequest requestEEAction = EE_IDLE;
char DeviceName[33];
uint32_t FlashVersion;
char FlashVersion[5];
uint16_t eePersistanceAdress;
uint8_t TankPercentage;
bool hasDTC;