Przeglądaj źródła

comment on scoping/boundary of HBT

Robert 5 miesięcy temu
rodzic
commit
5a0e6c1dc3
1 zmienionych plików z 1 dodań i 1 usunięć
  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: 105,
+        min: 105,  // must be >100 to work mathematically, 5mg/dl steps are fine enough as this is just a calculation helper value
         max: 300,
         type: PickerSetting.PickerSettingType.glucose
     )