use different style for the heartrate settings and fix issues with settings file
This commit is contained in:
parent
27ee1eb2c8
commit
be1a519098
5 changed files with 73 additions and 76 deletions
|
|
@ -8,7 +8,6 @@ Settings::Settings(Pinetime::Controllers::FS& fs) : fs {fs} {
|
|||
}
|
||||
|
||||
void Settings::Init() {
|
||||
|
||||
// Load default settings from Flash
|
||||
LoadSettingsFromFile();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue