Bump settings version
This commit is contained in:
parent
0a7826f27d
commit
9aa6f8f4b1
@ -214,7 +214,7 @@ namespace Pinetime {
|
|||||||
private:
|
private:
|
||||||
Pinetime::Controllers::FS& fs;
|
Pinetime::Controllers::FS& fs;
|
||||||
|
|
||||||
static constexpr uint32_t settingsVersion = 0x0003;
|
static constexpr uint32_t settingsVersion = 0x0004;
|
||||||
struct SettingsData {
|
struct SettingsData {
|
||||||
uint32_t version = settingsVersion;
|
uint32_t version = settingsVersion;
|
||||||
uint32_t stepsGoal = 10000;
|
uint32_t stepsGoal = 10000;
|
||||||
|
Loading…
Reference in New Issue
Block a user