mirror of
https://github.com/revspace/operame
synced 2025-12-13 16:06:30 +00:00
Changed presentation in display of Temp and Hum.
This commit is contained in:
parent
f6acffac8f
commit
b280f8de4b
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ void display_ppm_t_h(int ppm, float t, float h) {
|
||||||
std::swap(fg, bg);
|
std::swap(fg, bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
display_3(String(ppm), String(t), String(h), fg, bg);
|
display_3(String(ppm), String(int(t)) + String("`C"), String(int(h)) + String("%"), fg, bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
void calibrate() {
|
void calibrate() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue