Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Humidity computation results in an exception #1

Open
redstreet opened this issue Dec 22, 2021 · 0 comments
Open

Humidity computation results in an exception #1

redstreet opened this issue Dec 22, 2021 · 0 comments

Comments

@redstreet
Copy link

Reading the bmx.humidity property causes an error/exception (I don't have the trace any more):

var1 = self._calc_t_fine - 76800

Shouldn't this line be:

self._calc_t_fine()
var1 = self._t_fine - 76800
@redstreet redstreet changed the title Humidity computation doesn't work Humidity computation results in an exception Dec 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant