changed FlashVersion and incereased Buffer-Size

This commit is contained in:
Marcel Peterkau 2022-08-23 00:48:00 +02:00
parent eaf2c9d8a8
commit da19ebcc09
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1
1.01

View File

@ -35,7 +35,7 @@ typedef struct Globals_s
uint16_t purgePulses = 0;
eEERequest requestEEAction = EE_IDLE;
char DeviceName[33];
char FlashVersion[5];
char FlashVersion[10];
uint16_t eePersistanceAdress;
uint8_t TankPercentage;
bool hasDTC;