summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;