diff --git a/Software/data_src/version b/Software/data_src/version index 56a6051..96aeaa6 100644 --- a/Software/data_src/version +++ b/Software/data_src/version @@ -1 +1 @@ -1 \ No newline at end of file +1.01 \ No newline at end of file diff --git a/Software/src/globals.h b/Software/src/globals.h index bba362f..d508023 100644 --- a/Software/src/globals.h +++ b/Software/src/globals.h @@ -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;