瀏覽代碼

Default smbInterval now 2

Jon Mårtensson 5 年之前
父節點
當前提交
4535e50312
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      FreeAPS/Sources/Models/Preferences.swift

+ 1 - 1
FreeAPS/Sources/Models/Preferences.swift

@@ -37,7 +37,7 @@ struct Preferences: JSON {
     var allowSMBWithHighTemptarget: Bool = false
     var maxSMBBasalMinutes: Decimal = 30
     var maxUAMSMBBasalMinutes: Decimal = 30
-    var smbInterval: Decimal = 3
+    var smbInterval: Decimal = 2
     var bolusIncrement: Decimal = 0.1
     var curve: InsulinCurve = .rapidActing
     var useCustomPeakTime: Bool = false