We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01465fd commit 8b75d17Copy full SHA for 8b75d17
G7SensorKit/G7CGMManager/G7Sensor.swift
@@ -123,7 +123,7 @@ public final class G7Sensor: G7BluetoothManagerDelegate {
123
}
124
125
private func handleGlucoseMessage(message: G7GlucoseMessage, peripheralManager: G7PeripheralManager) {
126
- activationDate = Date().addingTimeInterval(-TimeInterval(message.glucoseTimestamp))
+ activationDate = Date().addingTimeInterval(-TimeInterval(message.messageTimestamp))
127
peripheralManager.perform { (peripheral) in
128
self.log.debug("Listening for backfill responses")
129
// Subscribe to backfill updates
0 commit comments