From fbfd946cf0b617ac8d97bd48fbf44bb6c48bcecf Mon Sep 17 00:00:00 2001 From: Abdulrahman Al-Fantokh <59739844+i3bdulr7man@users.noreply.github.com> Date: Sat, 13 Dec 2025 02:43:52 +0300 Subject: [PATCH] Change default uploadReadings to true --- G7SensorKit/G7CGMManager/G7CGMManagerState.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/G7SensorKit/G7CGMManager/G7CGMManagerState.swift b/G7SensorKit/G7CGMManager/G7CGMManagerState.swift index 948b02f..11df4df 100644 --- a/G7SensorKit/G7CGMManager/G7CGMManagerState.swift +++ b/G7SensorKit/G7CGMManager/G7CGMManagerState.swift @@ -18,7 +18,7 @@ public struct G7CGMManagerState: RawRepresentable, Equatable { public var latestReading: G7GlucoseMessage? public var latestReadingTimestamp: Date? public var latestConnect: Date? - public var uploadReadings: Bool = false + public var uploadReadings: Bool = true init() { }