diff --git a/LibreTransmitter/LibreGlucose.swift b/LibreTransmitter/LibreGlucose.swift index 43ec73c..b0a3e5d 100644 --- a/LibreTransmitter/LibreGlucose.swift +++ b/LibreTransmitter/LibreGlucose.swift @@ -152,7 +152,7 @@ extension LibreGlucose { } } - if shouldSmoothGlucose { + if shouldSmoothGlucose && !Features.allowOneMinuteReadings { arr = CalculateSmothedData5Points(origtrends: arr) } else { for i in 0 ..< arr.count {