only:ooops forgot to bump FLASH_DATA_VERSION
This commit is contained in:
parent
13c0795cbd
commit
176fb06ad2
|
@ -93,13 +93,13 @@
|
|||
! this is used to confirm that firmware and TunerStudio are using the same rusefi.ini version
|
||||
! todo: this not needed in light of TS_SIGNATURE but rusEFI console still uses it. Need to migrate
|
||||
! rusEFI console from TS_FILE_VERSION to TS_SIGNATURE :(
|
||||
#define TS_FILE_VERSION 20210312
|
||||
#define TS_FILE_VERSION 20230616
|
||||
|
||||
! This is the version of the data stored in flash configuration
|
||||
! Any time an incompatible change is made to the configuration format stored in flash,
|
||||
! update this string to the current date! It is required to also update TS_SIGNATURE above
|
||||
! when this happens.
|
||||
#define FLASH_DATA_VERSION 10022
|
||||
#define FLASH_DATA_VERSION 230616
|
||||
|
||||
! this offset is part of console compatibility mechanism, please DO NOT change this offset
|
||||
#define TS_FILE_VERSION_OFFSET 124
|
||||
|
|
Loading…
Reference in New Issue