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
1 changed files with 1 additions and 1 deletions

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