mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
HPlus: Set date and time on connect
This commit is contained in:
@@ -106,6 +106,9 @@ public class HPlusSupport extends AbstractBTLEDeviceSupport {
|
||||
|
||||
//Initialize device
|
||||
setInitValues(builder);
|
||||
setCurrentDate(builder);
|
||||
setCurrentTime(builder);
|
||||
|
||||
syncPreferences(builder);
|
||||
|
||||
builder.notify(getCharacteristic(HPlusConstants.UUID_CHARACTERISTIC_MEASURE), true);
|
||||
@@ -233,7 +236,7 @@ public class HPlusSupport extends AbstractBTLEDeviceSupport {
|
||||
HPlusConstants.COMMAND_SET_PREF_DATE,
|
||||
(byte) ((year / 256) & 0xff),
|
||||
(byte) (year % 256),
|
||||
(byte) (month),
|
||||
(byte) (month + 1),
|
||||
(byte) (day)
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user