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();
}

View file

@ -320,6 +320,7 @@ namespace Pinetime {
Controllers::BrightnessController::Levels brightLevel = Controllers::BrightnessController::Levels::Medium;
// The interval for measuring the heart rate when the screen is off (in seconds)
uint32_t heartRateBackgroundMeasurementInterval = 0;
};