We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8942791 commit b15f90aCopy full SHA for b15f90a
src/components/settings/Settings.h
@@ -244,7 +244,7 @@ namespace Pinetime {
244
private:
245
Pinetime::Controllers::FS& fs;
246
247
- static constexpr uint32_t settingsVersion = 0x0003;
+ static constexpr uint32_t settingsVersion = 0x0004;
248
struct SettingsData {
249
uint32_t version = settingsVersion;
250
uint32_t stepsGoal = 10000;
0 commit comments