summaryrefslogtreecommitdiff
path: root/src/components/settings/Settings.h
diff options
context:
space:
mode:
authorSteveAmor <SteveAmor@users.noreply.github.com>2021-11-07 14:15:39 +0000
committerSteveAmor <SteveAmor@users.noreply.github.com>2021-11-07 14:15:39 +0000
commitc5282f94544c2f8a4247416e80a5c25966c0acdc (patch)
tree7ed45e9ec5b86db16a0417d1ef1d3b3dbcfa1238 /src/components/settings/Settings.h
parent822b6ae6a0305c20a02a3e6e79f6f58296d585d4 (diff)
update settings version
Diffstat (limited to 'src/components/settings/Settings.h')
-rw-r--r--src/components/settings/Settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/settings/Settings.h b/src/components/settings/Settings.h
index b7e4dcf6..09886011 100644
--- a/src/components/settings/Settings.h
+++ b/src/components/settings/Settings.h
@@ -173,7 +173,7 @@ namespace Pinetime {
private:
Pinetime::Controllers::FS& fs;
- static constexpr uint32_t settingsVersion = 0x0002;
+ static constexpr uint32_t settingsVersion = 0x0003;
struct SettingsData {
uint32_t version = settingsVersion;
uint32_t stepsGoal = 10000;