镜像来自
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:
當前提交
8ba5fee239
共有 1 個文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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() {
|
||||
|
|
|
|||
載入中…
Add table
Reference in a new issue