mirror of
https://github.com/revspace/operame
synced 2024-10-31 21:47:30 +00:00
Merge pull request #12 from RonnyLam/main
Changed presentation in display of Temp and Hum.
This commit is contained in:
commit
8ba5fee239
@ -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…
Reference in New Issue
Block a user