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
Hi. I tried to use the driver to detect the temperature in the indoor environment for days. However, it would always suddenly throw a fatal message after collecting the temperature data for ten or more hours. Is there anyway for ignoring this kind of outlier?
The text was updated successfully, but these errors were encountered:
Right, reading this sequential bits with milliseconds in between in Linux user space is not precise in regards of time periods, so relatively small retry count could exhaust. Please, let me know in some later time about stability of sensor reading :)
Hi @hbgxsm95. It seems I found and fixed root cause of issue, that lead to fatal exit after long application run. Issue described in #13 and fixed in #14 (fix already merged to master).
Sorry for missing this from the beginning, I hope it will be useful for you. Thanks!
Hi. I tried to use the driver to detect the temperature in the indoor environment for days. However, it would always suddenly throw a fatal message after collecting the temperature data for ten or more hours. Is there anyway for ignoring this kind of outlier?
The text was updated successfully, but these errors were encountered: