diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-27 10:11:34 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-27 10:11:34 (GMT) |
| commit | 4f81b59e2cd453c1a9422fb1f45d2cd27d52b2a3 (patch) | |
| tree | 025c4a6cac1f059247ea5777c49ff56fd7bf2fb8 /src/displayapp/DisplayApp.cpp | |
| parent | c8694c78c6cc05ae09e862e7ecd09407c7a3c3b7 (diff) | |
Attempt to show temperature reading
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 574f964..155d69a 100644 --- a/src/displayapp/DisplayApp.cpp +++ b/src/displayapp/DisplayApp.cpp @@ -296,7 +296,8 @@ void DisplayApp::LoadApp(Apps app, DisplayApp::FullRefreshDirections direction) bleController, notificationManager, settingsController, - motionController); + motionController, + *systemTask); break; case Apps::Error: |
