Explorar el Código

Default smbInterval now 2

Jon Mårtensson hace 5 años
padre
commit
4535e50312
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 allowSMBWithHighTemptarget: Bool = false
     var maxSMBBasalMinutes: Decimal = 30
     var maxSMBBasalMinutes: Decimal = 30
     var maxUAMSMBBasalMinutes: Decimal = 30
     var maxUAMSMBBasalMinutes: Decimal = 30
-    var smbInterval: Decimal = 3
+    var smbInterval: Decimal = 2
     var bolusIncrement: Decimal = 0.1
     var bolusIncrement: Decimal = 0.1
     var curve: InsulinCurve = .rapidActing
     var curve: InsulinCurve = .rapidActing
     var useCustomPeakTime: Bool = false
     var useCustomPeakTime: Bool = false