diff options
| author | JF <JF002@users.noreply.github.com> | 2021-12-09 21:27:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-09 21:27:38 +0100 |
| commit | d29a9818af3b4ecb0c547f7ccd998eb55ca821c7 (patch) | |
| tree | 572ece371e587fb6e5c3b531473a528305ba1809 /src/displayapp/screens/SystemInfo.cpp | |
| parent | b946b8d156175309ab778038dab75ec7996c05bc (diff) | |
| parent | e8c1302cd65dbd804d152227ae76aa786d6f0b60 (diff) | |
Merge pull request #353 from Avamander/patch-weather
WeatherService
Diffstat (limited to 'src/displayapp/screens/SystemInfo.cpp')
| -rw-r--r-- | src/displayapp/screens/SystemInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp index c363e2dd..07626260 100644 --- a/src/displayapp/screens/SystemInfo.cpp +++ b/src/displayapp/screens/SystemInfo.cpp @@ -274,4 +274,4 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen5() { lv_label_set_align(label, LV_LABEL_ALIGN_CENTER); lv_obj_align(label, lv_scr_act(), LV_ALIGN_CENTER, 0, 0); return std::make_unique<Screens::Label>(4, 5, app, label); -} +}
\ No newline at end of file |
