Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LibreTransmitter/LibreTransmitterManager+Libre2EU.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extension LibreTransmitterManagerV3 {
let mins = Features.allowOneMinuteReadings ? 0.8 : 4.5
if let earlierplus = lastDirectUpdate?.addingTimeInterval(mins * 60), earlierplus >= now {
logger.debug("last ble update was less than \(mins) minutes ago, aborting loop update")
self.logDeviceCommunication("Sensor didUpdate (not used) \(bleData)", type: .receive)
//self.logDeviceCommunication("Sensor didUpdate (not used) \(bleData)", type: .receive)
return
}

Expand Down