You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2024. It is now read-only.
In your driver returns altitude rounded to 100cms, but the sensor can read changes in centimeters.
def altitude(self) -> float:
....code....
return round(altitude, 1)