Merge pull request #666 from MilosKozak/AdrianLxM-VPdefault

Don't enable Insight by default
This commit is contained in:
AdrianLxM 2018-02-05 23:16:48 +01:00 committed by GitHub
commit 0c0f68d510
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;