MX 2 лет назад
Родитель
Сommit
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);