summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-06-11 06:34:48 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-06-11 06:34:48 (GMT)
commit05d2b5ce09834ba6634208929a356aa83327dcf1 (patch)
tree36a90fa3150a4bcbaab508e64c808bfa983d21e9
parent70bb16eaed1db2933ac21f523cda8cce1da16b3e (diff)
change settings version to avoid problems when switching from analog24
-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 b85b5b4..9abcf23 100644
--- a/src/components/settings/Settings.h
+++ b/src/components/settings/Settings.h
@@ -222,7 +222,7 @@ namespace Pinetime {
private:
Pinetime::Controllers::FS& fs;
- static constexpr uint32_t settingsVersion = 0x3505;
+ static constexpr uint32_t settingsVersion = 0x2415;
struct SettingsData {
uint32_t version = settingsVersion;
uint32_t stepsGoal = 10000;