creepymonster / GlucoseDirect

App programmed in Swift/SwiftUI for using Libre blood glucose sensors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glucose value shown above 1000 like 1245

BKDeveloper007 opened this issue · comments

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?