only:ooops forgot to bump FLASH_DATA_VERSION

This commit is contained in:
Andrey 2023-06-16 20:50:58 -04:00
parent 13c0795cbd
commit 176fb06ad2
1 changed files with 2 additions and 2 deletions

View File

@ -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