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 Aug 1, 2023. It is now read-only.
It appears the logic for the Temperature may be off.
I think the bits for the Centigrade values may need to be shifted by one more:
C Value: Byte 3,4 actual, Byte 3,4 expect
1: Actual 0, 7f, Expect 80, 3f
2: Actual 0, 80, Expect 00, 40
3: Actual 40, 80 , Expect 40, 40