summaryrefslogtreecommitdiff
path: root/src/components/settings/Settings.cpp
blob: 87cfe88580e7cdba1276e38f3a011e939452d390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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;

}