diff options
-rwxr-xr-x | workspace/TS100/Core/Inc/Settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workspace/TS100/Core/Inc/Settings.h b/workspace/TS100/Core/Inc/Settings.h index b1524399..5cb56738 100755 --- a/workspace/TS100/Core/Inc/Settings.h +++ b/workspace/TS100/Core/Inc/Settings.h @@ -11,7 +11,7 @@ #define SETTINGS_H_ #include <stdint.h> #include "unit.h" -#define SETTINGSVERSION (0x22) +#define SETTINGSVERSION (0x23) /*Change this if you change the struct below to prevent people getting \ out of sync*/ |