mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-19 19:52:08 +02:00
Change tvoc
to VOC
, #139
This commit is contained in:
@ -330,7 +330,7 @@ void OledDisplay::showDashboard(const char *status) {
|
|||||||
|
|
||||||
/** Draw tvocIndexlabel */
|
/** Draw tvocIndexlabel */
|
||||||
DISP()->setFont(u8g2_font_t0_12_tf);
|
DISP()->setFont(u8g2_font_t0_12_tf);
|
||||||
DISP()->drawStr(85, 27, "tvoc:");
|
DISP()->drawStr(85, 27, "VOC:");
|
||||||
|
|
||||||
/** Draw tvocIndexvalue */
|
/** Draw tvocIndexvalue */
|
||||||
if (value.TVOC >= 0) {
|
if (value.TVOC >= 0) {
|
||||||
|
Reference in New Issue
Block a user