Music UUID must start with 00000000 instead of 00010000 (copy/paste error)
This commit is contained in:
parent
ccbe2e8e1b
commit
ba03372f3b
|
@ -73,7 +73,7 @@ namespace Pinetime {
|
|||
Playing = 0x01
|
||||
};
|
||||
private:
|
||||
static constexpr uint8_t msId[2] = {0x01, 0x00};
|
||||
static constexpr uint8_t msId[2] = {0x00, 0x00};
|
||||
static constexpr uint8_t msEventCharId[2] = {0x01, 0x00};
|
||||
static constexpr uint8_t msStatusCharId[2] = {0x02, 0x00};
|
||||
static constexpr uint8_t msArtistCharId[2] = {0x03, 0x00};
|
||||
|
|
Loading…
Reference in New Issue
Block a user