ecc1 / medtronic

Go package for communicating with Medtronic insulin pumps via SPI-attached radio modules
MIT License
38 stars 29 forks source link

Change sensorCalibrationFactor to avoid issues #13

Closed juehv closed 4 years ago

juehv commented 5 years ago

A Enlite sensor counts as defective if the ISIG falls below 10. To avoid sensor error alarms and calibration issues the sent ISIG should not fall below this value. Therefore I suggest to change the divider from 10 to 3.

ecc1 commented 4 years ago

I applied this a while ago in the dev branch, forgot to close this.