Crap, don't enable experimental bolus by default.

This commit is contained in:
Johannes Mockenhaupt 2017-08-28 00:33:33 +02:00
parent a42b671965
commit 381a26119b
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -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;