mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 03:16:51 +01:00
Sleep Monitor: Disable anotations for now (produces unreadable output on some devices)
This commit is contained in:
parent
da3bff0fd4
commit
b1973994f0
@ -230,12 +230,12 @@ public class SleepChartActivity extends Activity {
|
||||
switch (getProvider(mGBDevice)) {
|
||||
case GBActivitySample.PROVIDER_MIBAND:
|
||||
movement_divisor = 256.0f;
|
||||
annotate = true; // sample density to high?
|
||||
annotate = false; // sample density to high?
|
||||
use_steps_as_movement = true;
|
||||
break;
|
||||
default: // Morpheuz
|
||||
movement_divisor = 5000.0f;
|
||||
annotate = true;
|
||||
annotate = false;
|
||||
use_steps_as_movement = false;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user