diff options
| author | Victor Kareh <vkareh@redhat.com> | 2024-01-31 17:41:39 -0500 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-02-18 12:57:48 +0100 |
| commit | f422929d8cd0877c56e55d285f3ab3cc1223ea96 (patch) | |
| tree | c3c3aeafae0305eaaec66f6e65773d1a6d6b4f6b /src/displayapp/DisplayApp.cpp | |
| parent | 5d971690cb7fcf51e0215a9eda16136607cf1851 (diff) | |
weather: Add new app with forecast
Diffstat (limited to 'src/displayapp/DisplayApp.cpp')
| -rw-r--r-- | src/displayapp/DisplayApp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/DisplayApp.cpp b/src/displayapp/DisplayApp.cpp index e5329b2d..f3f0bd93 100644 --- a/src/displayapp/DisplayApp.cpp +++ b/src/displayapp/DisplayApp.cpp @@ -27,6 +27,7 @@ #include "displayapp/screens/BatteryInfo.h" #include "displayapp/screens/Steps.h" #include "displayapp/screens/Dice.h" +#include "displayapp/screens/Weather.h" #include "displayapp/screens/PassKey.h" #include "displayapp/screens/Error.h" |
