diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-03 18:51:55 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-03 19:37:11 (GMT) |
| commit | 96b982fd94b48e441ab3a582bfafc7410bf0cbb1 (patch) | |
| tree | 4ecb1c1e1949c8f150b4eb4d70a79e2c75cd74c2 /src/displayapp/DisplayApp.cpp | |
| parent | 4bca082ceab2ed8c56a1929cdc0c850bae75240f (diff) | |
Add temperature display
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 e4c7a6c..68eb9b7 100644 --- a/src/displayapp/DisplayApp.cpp +++ b/src/displayapp/DisplayApp.cpp @@ -322,7 +322,8 @@ void DisplayApp::LoadApp(Apps app, DisplayApp::FullRefreshDirections direction) bleController, notificationManager, settingsController, - motionController); + motionController, + *systemTask); break; case Apps::Error: |
