Open BKDeveloper007 opened 1 year ago
let glucoseValue = calibration.calibrate(rawValue: Double(rawGlucoseValue), rawTemperature: Double(rawTemperature), rawTemperatureAdjustment: Double(rawTemperatureAdjustment))
from above equation glucose value shown above 1000 while using freestyle libre sensor
code of that equation mention here
the average glucose value should be min 60 to 200 at most high. here getting above 1000. can someone help me regarding this issue?
let glucoseValue = calibration.calibrate(rawValue: Double(rawGlucoseValue), rawTemperature: Double(rawTemperature), rawTemperatureAdjustment: Double(rawTemperatureAdjustment))
from above equation glucose value shown above 1000 while using freestyle libre sensor
code of that equation mention here
the average glucose value should be min 60 to 200 at most high. here getting above 1000. can someone help me regarding this issue?