diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-10 12:23:54 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-10 12:23:54 (GMT) |
| commit | 01c53e32e7508381e64de20ee91feeb46adf8bea (patch) | |
| tree | 938715139494147403a42e3889ea283ced8e509c /src/displayapp/DisplayApp.cpp | |
| parent | 107877a9f88534f6d37c1589c6c02c9dfda25409 (diff) | |
Watchface digital display: seconds and temperature
Diffstat (limited to 'src/displayapp/DisplayApp.cpp')
| -rw-r--r-- | src/displayapp/DisplayApp.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/displayapp/DisplayApp.cpp b/src/displayapp/DisplayApp.cpp index 75c7bbd..990e469 100644 --- a/src/displayapp/DisplayApp.cpp +++ b/src/displayapp/DisplayApp.cpp @@ -352,7 +352,8 @@ void DisplayApp::LoadApp(Apps app, DisplayApp::FullRefreshDirections direction) notificationManager, settingsController, heartRateController, - motionController); + motionController, + *systemTask); break; case Apps::Error: |
