forked from airgradienthq/arduino
Fix nox position
This commit is contained in:
@ -338,7 +338,7 @@ void OledDisplay::showDashboard(const char *status) {
|
|||||||
DISP()->drawStr(100, 39, strBuf);
|
DISP()->drawStr(100, 39, strBuf);
|
||||||
|
|
||||||
/** Draw NOx label */
|
/** Draw NOx label */
|
||||||
DISP()->drawStr(85, 53, "NOx:");
|
DISP()->drawStr(100, 53, "NOx:");
|
||||||
if (utils::isValidNOx(value.NOx)) {
|
if (utils::isValidNOx(value.NOx)) {
|
||||||
sprintf(strBuf, "%d", value.NOx);
|
sprintf(strBuf, "%d", value.NOx);
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user