ComboPlugin: assume valid BR unless proven otherwise.

(cherry picked from commit bc93a4b)
This commit is contained in:
Johannes Mockenhaupt 2017-12-27 13:04:10 +01:00
parent 75cb44339c
commit ee1236c4e4
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -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() {