From b2976c5e67d5e7851c1db3ac6f19628ef7c57822 Mon Sep 17 00:00:00 2001 From: Pete Schwamb Date: Sat, 2 Sep 2017 22:48:19 -0500 Subject: [PATCH] Turn retrospective correction on by default --- Loop/Models/LoopSettings.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loop/Models/LoopSettings.swift b/Loop/Models/LoopSettings.swift index 002942d01c..972fc82105 100644 --- a/Loop/Models/LoopSettings.swift +++ b/Loop/Models/LoopSettings.swift @@ -21,7 +21,7 @@ struct LoopSettings { var minimumBGGuard: GlucoseThreshold? = nil - var retrospectiveCorrectionEnabled = false + var retrospectiveCorrectionEnabled = true }