mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
Mi2: text notifications: does this work for email now?
This commit is contained in:
parent
1c06aaace1
commit
3b94bbbc48
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user