Music UUID must start with 00000000 instead of 00010000 (copy/paste error)

This commit is contained in:
Jean-François Milants 2021-01-19 21:38:53 +01:00
parent ccbe2e8e1b
commit ba03372f3b

View file

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