mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
Sony Headphones: Fix V1 initialization
This commit is contained in:
parent
be9bf8f214
commit
bbd0d8709d
@ -1295,6 +1295,7 @@ public class SonyProtocolImplV1 extends AbstractSonyProtocolImpl {
|
||||
case SINGLE:
|
||||
return 0x00;
|
||||
case DUAL:
|
||||
case DUAL2: // FIXME this is a workaround to fix the initialization - DUAL2 is not supported by V1
|
||||
return 0x01;
|
||||
case CASE:
|
||||
return 0x02;
|
||||
|
Loading…
Reference in New Issue
Block a user