Skip to content

Commit

Permalink
Update PodComms.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesstyves authored Dec 14, 2024
1 parent b8e1955 commit 0775e5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dependencies/OmniBLE/OmniBLE/PumpManager/PodComms.swift
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,9 @@ public class PodComms: CustomDebugStringConvertible {
if let secondsPerPrimePulse = versionResponse.secondsPerPrimePulse, secondsPerPrimePulse != Pod.secondsPerPrimePulse {
errorStrings.append(String(format: "Pod reported seconds per prime pulse rate of %.1f different than expected %.1f", secondsPerPrimePulse, Pod.secondsPerPrimePulse))
}
if let primeUnits = versionResponse.primeUnits, primeUnits != Pod.primeUnits {
errorStrings.append(String(format: "Pod reported prime bolus of %.2fU different than expected %.2fU", primeUnits, Pod.primeUnits))
}
// if let primeUnits = versionResponse.primeUnits, primeUnits != Pod.primeUnits {
// errorStrings.append(String(format: "Pod reported prime bolus of %.2fU different than expected %.2fU", primeUnits, Pod.primeUnits))
// }
if let cannulaInsertionUnits = versionResponse.cannulaInsertionUnits, Pod.cannulaInsertionUnits != cannulaInsertionUnits {
errorStrings.append(String(format: "Pod reported cannula insertion bolus of %.2fU different than expected %.2fU", cannulaInsertionUnits, Pod.cannulaInsertionUnits))
}
Expand Down

0 comments on commit 0775e5d

Please sign in to comment.