Browse Source

Change min setting of adjustment factor for FPU

Jon Mårtensson 3 years ago
parent
commit
2c9d64ba35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FreeAPS/Sources/Modules/FPUConfig/FPUConfigStateModel.swift

+ 1 - 1
FreeAPS/Sources/Modules/FPUConfig/FPUConfigStateModel.swift

@@ -34,7 +34,7 @@ extension FPUConfig {
             })
 
             subscribeSetting(\.individualAdjustmentFactor, on: $individualAdjustmentFactor, initial: {
-                let value = max(min($0, 1.2), 0.3)
+                let value = max(min($0, 1.2), 0.1)
                 individualAdjustmentFactor = value
             }, map: {
                 $0