ericklein / air_quality

displays and logs local indoor and outdoor weather and air quality information
MIT License
0 stars 0 forks source link

Battery monitor not detected is a FATAL error #22

Closed ericklein closed 2 years ago

ericklein commented 2 years ago

If the LC709203 is not detected, the client code will not run. This should not be FATAL because if the battery runs down but we can't detect it, the backend will not receive sensor values over an extended window causing a different backend error which will alert owner to the underlying issue.

ericklein commented 2 years ago

fixed in the refactor branch. Needs to be tested.