We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb585dc + c9fff83 commit f440a17Copy full SHA for f440a17
ble_spam/protocols/easysetup.c
@@ -56,11 +56,15 @@ const struct {
56
{0x16, "Gray Watch5 Pro 45mm"},
57
{0x17, "White Watch5 44mm"},
58
{0x18, "White & Black Watch5"},
59
+ {0xE4, "Black Watch5 Golf Edition"},
60
+ {0xE5, "White Watch5 Gold Edition"},
61
{0x1B, "Black Watch6 Pink 40mm"},
62
{0x1C, "Gold Watch6 Gold 40mm"},
63
{0x1D, "Silver Watch6 Cyan 44mm"},
64
{0x1E, "Black Watch6 Classic 43m"},
65
{0x20, "Green Watch6 Classic 43m"},
66
+ {0xEC, "Black Watch6 Golf Edition"},
67
+ {0xEF, "Black Watch6 TB Edition"},
68
};
69
const uint8_t watch_models_count = COUNT_OF(watch_models);
70
0 commit comments