From 8acfc7e587184d947c054d7e039961b10a3c3e0e Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Thu, 31 Dec 2020 13:21:19 +1100 Subject: [PATCH] Bump Settings version As during development some fields were removed. --- workspace/TS100/Core/Inc/Settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/TS100/Core/Inc/Settings.h b/workspace/TS100/Core/Inc/Settings.h index b1524399f..5cb567381 100755 --- a/workspace/TS100/Core/Inc/Settings.h +++ b/workspace/TS100/Core/Inc/Settings.h @@ -11,7 +11,7 @@ #define SETTINGS_H_ #include #include "unit.h" -#define SETTINGSVERSION (0x22) +#define SETTINGSVERSION (0x23) /*Change this if you change the struct below to prevent people getting \ out of sync*/