mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-09 08:26:48 +01:00
added makibes hr3 todo and heart rate constants
This commit is contained in:
parent
0a7639877b
commit
fe667ffdd8
@ -86,6 +86,11 @@ public final class MakibesHR3Constants {
|
|||||||
public static final byte RPRT_REVERSE_FIND_DEVICE = (byte) 0x7d;
|
public static final byte RPRT_REVERSE_FIND_DEVICE = (byte) 0x7d;
|
||||||
|
|
||||||
|
|
||||||
|
// The proximity sensor sees air..
|
||||||
|
public static final byte ARG_HEARTRATE_NO_TARGET = (byte) 0xff;
|
||||||
|
// The hr sensor didn't find the heart rate yet.
|
||||||
|
public static final byte ARG_HEARTRATE_NO_READING = (byte) 0x00;
|
||||||
|
|
||||||
// heart rate
|
// heart rate
|
||||||
public static final byte RPRT_HEARTRATE = (byte) 0x84;
|
public static final byte RPRT_HEARTRATE = (byte) 0x84;
|
||||||
|
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
// TODO: Battery level
|
// TODO: Battery level
|
||||||
|
|
||||||
|
// TODO: Step target
|
||||||
|
|
||||||
// TODO: It'd be cool if we could change the language. There's no official way to do so, but the
|
// TODO: It'd be cool if we could change the language. There's no official way to do so, but the
|
||||||
// TODO: watch is sold as chinese/english.
|
// TODO: watch is sold as chinese/english.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user