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

Merge pull request #12 from RonnyLam/main

Changed presentation in display of Temp and Hum.
This commit is contained in:
Pieter De Mil 2022-04-20 11:51:12 +02:00 committed by GitHub
當前提交 8ba5fee239
沒有發現已知的金鑰在資料庫的簽署中
GPG key ID: 4AEE18F83AFDEB23

查看文件

@ -183,7 +183,7 @@ void display_ppm_t_h(int ppm, float t, float h) {
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() {