always display temperature

This commit is contained in:
Cedric Girard 2020-06-25 14:33:05 +02:00
parent 876454ebfd
commit 847eb9f3a1
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 6 additions and 1 deletions

View File

@ -176,6 +176,11 @@ void printMetrics() {
}
u8g2.setCursor(0, 120);
u8g2.setFont(u8g2_font_fur11_tf);
u8g2.print(temp,1);
u8g2.print(" °C");
u8g2.sendBuffer();

@ -1 +1 @@
Subproject commit 48ac1f49580a32e4024d17a03eeee827ccf3f1de
Subproject commit f085611b7883c4b92c5a2fe324e51123a85ef6d8