From 20970053d4dfeb95f0060ad4892523101a11a323 Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Sun, 27 Sep 2020 18:58:30 +0800 Subject: [PATCH] Undo commit --- src/DisplayApp/Screens/Clock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DisplayApp/Screens/Clock.cpp b/src/DisplayApp/Screens/Clock.cpp index 928808e7..06fab9aa 100644 --- a/src/DisplayApp/Screens/Clock.cpp +++ b/src/DisplayApp/Screens/Clock.cpp @@ -68,7 +68,7 @@ Clock::Clock(DisplayApp* app, lv_obj_align(heartbeatValue, heartbeatIcon, LV_ALIGN_OUT_RIGHT_MID, 5, 0); heartbeatBpm = lv_label_create(lv_scr_act(), NULL); - lv_label_set_text(heartbeatBpm, "LOVE"); + lv_label_set_text(heartbeatBpm, "BPM"); lv_obj_align(heartbeatBpm, heartbeatValue, LV_ALIGN_OUT_RIGHT_MID, 5, 0); stepValue = lv_label_create(lv_scr_act(), NULL);