We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc70cd1 commit 868c0acCopy full SHA for 868c0ac
m5stack/libs/unit/env.py
@@ -49,4 +49,4 @@ def read_humidity(self) -> float:
49
return round(self._temp_humid.measure()[1], 2)
50
51
def read_pressure(self) -> float:
52
- return round(self._pressure.measure()[1], 2)
+ return round((self._pressure.measure()[1]/100), 2)
0 commit comments