|
|
@@ -14,11 +14,11 @@ typedef struct {
|
|
|
} Payload;
|
|
|
|
|
|
// Hacked together by @Willy-JL
|
|
|
-// Custom adv logic by @Willy-JL and @xMasterX
|
|
|
+// Custom adv logic by @Willy-JL (idea by @xMasterX)
|
|
|
// Extensive testing and research on behavior and parameters by @Willy-JL and @ECTO-1A
|
|
|
// Structures docs and Nearby Action IDs from https://github.com/furiousMAC/continuity/
|
|
|
// Proximity Pair IDs from https://github.com/ECTO-1A/AppleJuice/
|
|
|
-// Airtag ID from https://techryptic.github.io/2023/09/01/Annoying-Apple-Fans/
|
|
|
+// Controversy explained at https://willyjl.dev/blog/the-controversy-behind-apple-ble-spam
|
|
|
|
|
|
static Payload payloads[] = {
|
|
|
#if false
|
|
|
@@ -670,7 +670,7 @@ static void draw_callback(Canvas* canvas, void* ctx) {
|
|
|
"App+spam by \e#WillyJL\e# XFW\n"
|
|
|
"Pair codes by \e#ECTO-1A\e#\n"
|
|
|
"BLE docs by \e#furiousMAC\e#\n"
|
|
|
- " Airtag \e#Techryptic\e#",
|
|
|
+ " Version \e#1.1\e#",
|
|
|
false);
|
|
|
break;
|
|
|
default: {
|