From 4e440550143f05271a489f16359532d5f82a9058 Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Tue, 10 May 2022 18:24:03 +0200 Subject: [PATCH] Automation: allow 50% profile --- .../plugins/general/automation/elements/InputPercent.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/src/main/java/info/nightscout/androidaps/plugins/general/automation/elements/InputPercent.kt b/automation/src/main/java/info/nightscout/androidaps/plugins/general/automation/elements/InputPercent.kt index 61cfd2b550..91032dec63 100644 --- a/automation/src/main/java/info/nightscout/androidaps/plugins/general/automation/elements/InputPercent.kt +++ b/automation/src/main/java/info/nightscout/androidaps/plugins/general/automation/elements/InputPercent.kt @@ -25,7 +25,7 @@ class InputPercent() : Element() { companion object { - const val MIN = 70.0 + const val MIN = 50.0 const val MAX = 130.0 } } \ No newline at end of file