This commit is contained in:
2024-07-12 14:26:13 -04:00
parent a588a23c14
commit 8ba2b0cd1b
2 changed files with 5 additions and 4 deletions

View File

@@ -284,3 +284,4 @@ class BME280:
hd = h * 100 // 1024 - hi * 100
return "{}.{:02d}%".format(hi, hd)