mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Round pressure sensor output
This commit is contained in:
parent
b340711526
commit
3e0e5436d1
@ -328,7 +328,7 @@ class Pressure(Sensor):
|
||||
def update_data(self):
|
||||
try:
|
||||
if RNS.vendor.platformutils.is_android():
|
||||
self.data = {"mbar": self.android_sensor.pressure}
|
||||
self.data = {"mbar": round(self.android_sensor.pressure, 2)}
|
||||
|
||||
except:
|
||||
self.data = None
|
||||
|
Loading…
Reference in New Issue
Block a user