Skip to content

Commit 36d39c0

Browse files
authored
Showing where carb absorption defaults can be overridden (#206)
1 parent 0bab4d8 commit 36d39c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Loop/Managers/DeviceDataManager.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,7 @@ final class DeviceDataManager: CarbStoreDelegate, DoseStoreDelegate, Transmitter
889889
)
890890

891891
carbStore = CarbStore(
892+
defaultAbsorptionTimes: (fast: TimeInterval(hours: 2), medium: TimeInterval(hours: 3), slow: TimeInterval(hours: 4)),
892893
carbRatioSchedule: carbRatioSchedule,
893894
insulinSensitivitySchedule: insulinSensitivitySchedule
894895
)

0 commit comments

Comments
 (0)