diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-06-11 06:34:48 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-06-11 06:34:48 (GMT) |
| commit | 05d2b5ce09834ba6634208929a356aa83327dcf1 (patch) | |
| tree | 36a90fa3150a4bcbaab508e64c808bfa983d21e9 | |
| parent | 70bb16eaed1db2933ac21f523cda8cce1da16b3e (diff) | |
change settings version to avoid problems when switching from analog24
| -rw-r--r-- | src/components/settings/Settings.h | 2 |
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; |
