mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2024-12-28 12:14:58 +03:00
update settings version
This commit is contained in:
parent
822b6ae6a0
commit
c5282f9454
@ -173,7 +173,7 @@ namespace Pinetime {
|
||||
private:
|
||||
Pinetime::Controllers::FS& fs;
|
||||
|
||||
static constexpr uint32_t settingsVersion = 0x0002;
|
||||
static constexpr uint32_t settingsVersion = 0x0003;
|
||||
struct SettingsData {
|
||||
uint32_t version = settingsVersion;
|
||||
uint32_t stepsGoal = 10000;
|
||||
|
Loading…
Reference in New Issue
Block a user