Increment settings value, remove old hacky fix
This commit is contained in:
parent
b3e3d75d0f
commit
e6bc485679
2 changed files with 9 additions and 21 deletions
|
|
@ -154,7 +154,7 @@ namespace Pinetime {
|
|||
private:
|
||||
Pinetime::Controllers::FS& fs;
|
||||
|
||||
static constexpr uint32_t settingsVersion = 0x0001;
|
||||
static constexpr uint32_t settingsVersion = 0x0002;
|
||||
struct SettingsData {
|
||||
|
||||
uint32_t version = settingsVersion;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue