From 03829a120cc100ef856990606b41c11f143abcd6 Mon Sep 17 00:00:00 2001 From: Nathan Racklyeft Date: Sat, 1 Oct 2016 10:17:41 -0700 Subject: [PATCH] Showing where carb absorption defaults can be overridden --- Loop/Managers/DeviceDataManager.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Loop/Managers/DeviceDataManager.swift b/Loop/Managers/DeviceDataManager.swift index 6a7fe4548a..ddf0b38033 100644 --- a/Loop/Managers/DeviceDataManager.swift +++ b/Loop/Managers/DeviceDataManager.swift @@ -889,6 +889,7 @@ final class DeviceDataManager: CarbStoreDelegate, DoseStoreDelegate, Transmitter ) carbStore = CarbStore( + defaultAbsorptionTimes: (fast: TimeInterval(hours: 2), medium: TimeInterval(hours: 3), slow: TimeInterval(hours: 4)), carbRatioSchedule: carbRatioSchedule, insulinSensitivitySchedule: insulinSensitivitySchedule )