Merge branch 'combo-primefill' into 'combo'
Allow prime/fill See merge request !1
This commit is contained in:
commit
cd22c0d351
|
@ -111,7 +111,7 @@ public class ComboPlugin implements PluginBase, PumpInterface {
|
|||
pumpDescription.basalStep = 0.01d;
|
||||
pumpDescription.basalMinimumRate = 0.0d;
|
||||
|
||||
pumpDescription.isRefillingCapable = false;
|
||||
pumpDescription.isRefillingCapable = true;
|
||||
}
|
||||
|
||||
private void startAlerter() {
|
||||
|
|
Loading…
Reference in a new issue