chay150

Results 3 comments of chay150

I replace with this code and it works for me localTempCalibration4: { from: (v) => { if (v > 0x7fff) v-= 0x10000; return v / 10; }, to: (v) =>...

> [@chay150](https://github.com/chay150) can You open PR with this change? Sorry, I have no knowledge on git, I don't know how to do it. I modified the code directly on my...

from what I've found the device sent this data in an 16 bits integer so for -1 you get 65535, -2 65534 and so on and the existing function #3...