From 93a497e3e7dc75dc0e2745ebc29cd609534e47ee Mon Sep 17 00:00:00 2001 From: Iurii Malchenko Date: Sun, 16 Aug 2026 03:34:35 +0200 Subject: [PATCH] 1-minute readings -> raw values --- LibreTransmitter/LibreGlucose.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {