Increment settings value, remove old hacky fix

This commit is contained in:
Kieran Cawthray
2021-07-25 22:18:39 +02:00
parent b3e3d75d0f
commit e6bc485679
2 changed files with 9 additions and 21 deletions

View File

@@ -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;