fix button codes (#11)

Co-authored-by: Ryan Press <ryan@presslab.us>
develop
Egidijus 2020-07-29 03:44:51 +03:00 committed by GitHub
parent 9170cef8a8
commit 7cb2b41863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -43,13 +43,13 @@ message ButtonCode
PLAY = 0x7E; PLAY = 0x7E;
PAUSE = 0x7F; PAUSE = 0x7F;
MUSIC = 0xD1; MUSIC = 0xD1;
SCROLL_WHEEL = 0x1000; SCROLL_WHEEL = 0x10000;
MEDIA = 0x1001; MEDIA = 0x10001;
NAVIGATION = 0x1002; NAVIGATION = 0x10002;
RADIO = 0x1003; RADIO = 0x10003;
TEL = 0x1004; TEL = 0x10004;
PRIMARY_BUTTON = 0x1005; PRIMARY_BUTTON = 0x10005;
SECONDARY_BUTTON = 0x1006; SECONDARY_BUTTON = 0x10006;
TERTIARY_BUTTON = 0x1007; TERTIARY_BUTTON = 0x10007;
} }
} }