From 0b0227dce2169d67eef1005969b441a488010685 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 1 Jun 2022 10:21:22 -0400 Subject: [PATCH] hard requirement for console version match #4187 --- firmware/integration/rusefi_config.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 5ace9391cb..742188a136 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -95,6 +95,9 @@ ! when this happens. #define FLASH_DATA_VERSION 10012 +! this offset is part of console compatibility mechanism, please DO NOT change this offset +#define TS_FILE_VERSION_OFFSET 124 + #define LOG_DELIMITER "`" ! all the sub-structures are going to be nested within the primary structure, that's