Merge pull request from thooge/master

Fix avg display in voltage page
This commit is contained in:
Norbert Walter 2024-10-30 15:00:55 +01:00 committed by GitHub
commit d025b0be27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
lib/obp60task

View File

@ -171,7 +171,7 @@ public:
// Show average settings
getdisplay().setTextColor(textcolor);
getdisplay().setFont(&Ubuntu_Bold8pt7b);
getdisplay().setCursor(320, 100);
getdisplay().setCursor(320, 84);
switch (average) {
case 0:
getdisplay().print("Avg: 1s");