瀏覽代碼

upd blespam

MX 2 年之前
父節點
當前提交
3a90d1640f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      base_pack/ble_spam/protocols/continuity.c

+ 2 - 2
base_pack/ble_spam/protocols/continuity.c

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