aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Weather.h
Commit message (Collapse)AuthorAgeFilesLines
* screens: Remove displayapp parameter from screenRiku Isokoski2023-02-251-0/+1
| | | | | | | | The DisplayApp class isn't used in the Screen base class and most screens, so requiring it is pointless. In this commit, DisplayApp pointers were added to screens which use it and the explicit Screen constructor was removed in those screens.
* compiler warnings, #1035 and #notreported (#1481)cybuzuma2022-12-121-1/+0
|
* Bunch of bugs fixed, improved error handling, debug UI additionAvamander2021-12-041-4/+4
|
* Fixed a few compilation errors, fixed UUID.Avamander2021-12-041-2/+2
|
* Started initial work on the UIAvamander2021-12-041-22/+13
|
* Initial Weather service skeletonAvamander2021-12-041-0/+54