Bump settings version (#1)

main
Diego Miguel 2022-03-12 10:15:56 +07:00
parent 8942791f57
commit b15f90aa1d
1 changed files with 1 additions and 1 deletions

@ -244,7 +244,7 @@ namespace Pinetime {
private:
Pinetime::Controllers::FS& fs;
static constexpr uint32_t settingsVersion = 0x0003;
static constexpr uint32_t settingsVersion = 0x0004;
struct SettingsData {
uint32_t version = settingsVersion;
uint32_t stepsGoal = 10000;