Sfoglia il codice sorgente

change lowest HBT input to 105

Robert 5 mesi fa
parent
commit
fea042a0a0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Trio/Sources/Models/DecimalPickerSettings.swift

+ 1 - 1
Trio/Sources/Models/DecimalPickerSettings.swift

@@ -72,7 +72,7 @@ struct DecimalPickerSettings {
     var halfBasalExerciseTarget = PickerSetting(
         value: 160,
         step: 5,
-        min: 100,
+        min: 105,
         max: 300,
         type: PickerSetting.PickerSettingType.glucose
     )