JohanDegraeve / xdripswift

xdrip for iOS, written in Swift
GNU General Public License v3.0
316 stars 310 forks source link

Libre readings jump from 0 to 20000 #502

Closed JohanDegraeve closed 3 months ago

JohanDegraeve commented 4 months ago

Issue reported by user via email. Glucose values jump from very low to very high. Example “glucoseData 0, value = 0.4700933333333346, timestamp = 00:25:33 CET” “glucoseData 0, value = 20705.8808, timestamp = 00:26:32 CET”

It looks like an Int overflow error in the Libre code : values are going to below 0, this is considered as a high value.