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

}