Update from JF comments to PR

This commit is contained in:
Joaquim
2021-03-06 19:55:53 +00:00
parent 3d6e8c3beb
commit 97deb43fb7
5 changed files with 6 additions and 33 deletions

View File

@@ -30,13 +30,6 @@ WatchFaceDigital::WatchFaceDigital(DisplayApp* app,
heartRateController{heartRateController} {
settingsController.SetClockFace(0);
// init
/*currentDateTime = dateTimeController.CurrentDateTime();
batteryPercentRemaining = batteryController.PercentRemaining();
bleState = bleController.IsConnected();
notificationState = notificatioManager.AreNewNotificationsAvailable();
heartbeat = heartRateController.HeartRate();*/
displayedChar[0] = 0;
displayedChar[1] = 0;
displayedChar[2] = 0;