stop faking bg
This commit is contained in:
parent
a57409c388
commit
22e4e33d94
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ public class Config {
|
||||||
|
|
||||||
// Developing mode only - never turn on
|
// Developing mode only - never turn on
|
||||||
// TODO: remove fakeGlucoseData
|
// TODO: remove fakeGlucoseData
|
||||||
public static final boolean fakeGlucoseData = true;
|
public static final boolean fakeGlucoseData = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue