Fix avg display in voltage page
This commit is contained in:
parent
1408665ceb
commit
3b1b6395ef
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue