Skip to content

Commit f440a17

Browse files
authored
Merge pull request #4 from Mr-Proxy-source/patch-1
Added More Watch Editions
2 parents bb585dc + c9fff83 commit f440a17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ble_spam/protocols/easysetup.c

+4
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,15 @@ const struct {
5656
{0x16, "Gray Watch5 Pro 45mm"},
5757
{0x17, "White Watch5 44mm"},
5858
{0x18, "White & Black Watch5"},
59+
{0xE4, "Black Watch5 Golf Edition"},
60+
{0xE5, "White Watch5 Gold Edition"},
5961
{0x1B, "Black Watch6 Pink 40mm"},
6062
{0x1C, "Gold Watch6 Gold 40mm"},
6163
{0x1D, "Silver Watch6 Cyan 44mm"},
6264
{0x1E, "Black Watch6 Classic 43m"},
6365
{0x20, "Green Watch6 Classic 43m"},
66+
{0xEC, "Black Watch6 Golf Edition"},
67+
{0xEF, "Black Watch6 TB Edition"},
6468
};
6569
const uint8_t watch_models_count = COUNT_OF(watch_models);
6670

0 commit comments

Comments
 (0)