InfiniTime/src/components/settings/Settings.cpp

17 lines
230 B
C++
Raw Normal View History

#include "Settings.h"
using namespace Pinetime::Controllers;
// TODO (team):
// Read and write the settings to Flash
//
void Settings::Init() {
// default Clock face
clockFace = 0;
clockType = ClockType::H24;
}