Skip to content

Commit

Permalink
upd blespam
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Nov 28, 2023
1 parent be7c52c commit 3a90d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base_pack/ble_spam/protocols/continuity.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ const struct {
uint8_t value;
const char* name;
} pp_prefixes[] = {
{0x01, "New Device"},
{0x07, "Not Your Device"},
{0x07, "New Device"},
{0x01, "Not Your Device"},
{0x05, "New Airtag"},
};
const uint8_t pp_prefixes_count = COUNT_OF(pp_prefixes);
Expand Down

0 comments on commit 3a90d16

Please sign in to comment.