Skip to content

Commit

Permalink
Update settings version number due to the added button-unlock-setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tgc-dk committed Nov 21, 2022
1 parent 75f3be4 commit 68abebc
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 @@ -255,7 +255,7 @@ namespace Pinetime {
private:
Pinetime::Controllers::FS& fs;

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

0 comments on commit 68abebc

Please sign in to comment.