ソースを参照

0.1 CR increment

Ivan Valkou 5 年 前
コミット
1d237e7c72
1 ファイル変更1 行追加1 行削除
  1. 1 1
      FreeAPS/Sources/Modules/CREditor/CREditorViewModel.swift

+ 1 - 1
FreeAPS/Sources/Modules/CREditor/CREditorViewModel.swift

@@ -7,7 +7,7 @@ extension CREditor {
 
         let timeValues = stride(from: 0.0, to: 1.days.timeInterval, by: 30.minutes.timeInterval).map { $0 }
 
-        let rateValues = stride(from: 2, to: 50.01, by: 0.5).map { $0 }
+        let rateValues = stride(from: 2, to: 50.01, by: 0.1).map { $0 }
 
         var canAdd: Bool {
             guard let lastItem = items.last else { return true }