Crap, don't enable experimental bolus by default.
This commit is contained in:
parent
a42b671965
commit
381a26119b
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ public class Config {
|
|||
|
||||
// Combo specific
|
||||
/** enable the UNFINISHED and currently BROKEN bolus cammand that reports progress and can be cancelled */
|
||||
public static final boolean comboExperimentalBolus = true;
|
||||
public static final boolean comboExperimentalBolus = false;
|
||||
/** very quick hack to split up bolus into 2 U parts, spaced roughly 45s apart.
|
||||
* Don't combine with experimental bolus */
|
||||
public static final boolean comboSplitBoluses = false && !comboExperimentalBolus;
|
||||
|
|
Loading…
Reference in a new issue