Merge pull request #8 from egisz/fix_button_codes_opencardev

Fix button codes
This commit is contained in:
Matthew Hilton 2020-09-21 23:48:02 +01:00 committed by GitHub
commit 76294c5351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
} }
} }