ComboPlugin: assume valid BR unless proven otherwise.
(cherry picked from commit bc93a4b)
This commit is contained in:
parent
75cb44339c
commit
ee1236c4e4
1 changed files with 1 additions and 1 deletions
|
@ -1081,7 +1081,7 @@ public class ComboPlugin implements PluginBase, PumpInterface, ConstraintsInterf
|
||||||
// Constraints interface
|
// Constraints interface
|
||||||
private long lowSuspendOnlyLoopEnforcedUntil = 0;
|
private long lowSuspendOnlyLoopEnforcedUntil = 0;
|
||||||
private long violationWarningRaisedForBolusAt = 0;
|
private long violationWarningRaisedForBolusAt = 0;
|
||||||
private boolean validBasalRateProfileSelectedOnPump = false;
|
private boolean validBasalRateProfileSelectedOnPump = true;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isLoopEnabled() {
|
public boolean isLoopEnabled() {
|
||||||
|
|
Loading…
Reference in a new issue