stop faking bg

This commit is contained in:
Milos Kozak 2016-06-23 17:09:29 +02:00
parent a57409c388
commit 22e4e33d94

View file

@ -24,5 +24,5 @@ public class Config {
// Developing mode only - never turn on
// TODO: remove fakeGlucoseData
public static final boolean fakeGlucoseData = true;
public static final boolean fakeGlucoseData = false;
}