Skip to content

Commit

Permalink
Bump settings version (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlls committed Mar 12, 2022
1 parent 15aa2f6 commit 11b8115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/settings/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ namespace Pinetime {
private:
Pinetime::Controllers::FS& fs;

static constexpr uint32_t settingsVersion = 0x0003;
static constexpr uint32_t settingsVersion = 0x0004;
struct SettingsData {
uint32_t version = settingsVersion;
uint32_t stepsGoal = 10000;
Expand Down

0 comments on commit 11b8115

Please sign in to comment.