Don't enable Insight by default

This commit is contained in:
AdrianLxM 2018-02-05 14:11:54 +01:00 committed by GitHub
parent 9fd8ad8705
commit 36608559af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,8 +84,8 @@ public class InsightPumpPlugin implements PluginBase, PumpInterface {
private long statusResultTime = -1;
private Date lastDataTime = new Date(0);
private TaskRunner taskRunner;
private boolean fragmentEnabled = true;
private boolean fragmentVisible = true;
private boolean fragmentEnabled = false;
private boolean fragmentVisible = false;
private boolean fauxTBRcancel = true;
private PumpDescription pumpDescription = new PumpDescription();
private double basalRate = 0;