use different style for the heartrate settings and fix issues with settings file

This commit is contained in:
Patric Gruber 2023-08-25 13:06:18 +02:00
parent 27ee1eb2c8
commit be1a519098
5 changed files with 73 additions and 76 deletions

View file

@ -8,7 +8,6 @@ Settings::Settings(Pinetime::Controllers::FS& fs) : fs {fs} {
}
void Settings::Init() {
// Load default settings from Flash
LoadSettingsFromFile();
}