mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-14 03:16:48 +01:00
Sony WH-1000XM4: Attemptto fix handling of speak to cheat enabled
This commit is contained in:
parent
2ec68dbef4
commit
58686ae7d7
@ -770,7 +770,7 @@ public class SonyProtocolImplV1 extends AbstractSonyProtocolImpl {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
if (payload[1] != 0x01) {
|
||||
if (payload[2] != 0x01) {
|
||||
// TODO: Handle these, setting speak to chat sends a 0x02 back
|
||||
LOG.warn("Not speak to chat enabled, ignoring");
|
||||
return Collections.emptyList();
|
||||
|
Loading…
x
Reference in New Issue
Block a user