summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-05-11 10:59:05 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-05-11 10:59:05 (GMT)
commit5bb5f52f1c0d9941081244f0a9b2c459ac3642f2 (patch)
tree00a2f6d35f02c35be382ed1f37c74d75118c3a14
parent0f1e5812606ee077f719c43c7f181310a2137fb3 (diff)
rm redundant SetClockFace
-rw-r--r--src/displayapp/screens/WatchFaceTerminal.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/screens/WatchFaceTerminal.cpp b/src/displayapp/screens/WatchFaceTerminal.cpp
index 3a47fc5..00f4b60 100644
--- a/src/displayapp/screens/WatchFaceTerminal.cpp
+++ b/src/displayapp/screens/WatchFaceTerminal.cpp
@@ -30,8 +30,6 @@ WatchFaceTerminal::WatchFaceTerminal(DisplayApp* app,
settingsController {settingsController},
heartRateController {heartRateController},
motionController {motionController} {
- settingsController.SetClockFace(3);
-
batteryValue = lv_label_create(lv_scr_act(), nullptr);
lv_label_set_recolor(batteryValue, true);
lv_obj_align(batteryValue, lv_scr_act(), LV_ALIGN_IN_LEFT_MID, 0, -20);