1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-01 19:06:06 +02:00

Mi2: text notifications: does this work for email now?

This commit is contained in:
cpfeiffer 2017-03-05 13:28:40 +01:00
parent 1c06aaace1
commit 3b94bbbc48

View File

@ -45,7 +45,7 @@ public class Mi2NotificationStrategy extends V2NotificationStrategy {
// }
BluetoothGattCharacteristic config = getSupport().getCharacteristic(MiBand2Service.UUID_CHARACTERISTIC_3_CONFIGURATION);
builder.write(config, new byte[] {MiBand2Service.ENDPOINT_DISPLAY, 0x10, 0x00, 0x01, 0x01});
builder.write(config, new byte[] {MiBand2Service.ENDPOINT_DISPLAY, 0x10, 0x01, 0x01, 0x01});
builder.wait(500);
// end for testing