1
0
複製 0
镜像来自 https://github.com/revspace/operame 已同步 2025-12-13 16:06:30 +00:00

Changed presentation in display of Temp and Hum.

This commit is contained in:
Ronny Lam 2022-03-25 12:55:06 +01:00
父節點 f6acffac8f
當前提交 b280f8de4b
沒有發現已知的金鑰在資料庫的簽署中
GPG key ID: 7933BA485158E879

查看文件

@ -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() {