mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 03:08:36 -07:00
Update credits --nobuild
This commit is contained in:
@@ -15,9 +15,11 @@ typedef struct {
|
|||||||
} Payload;
|
} Payload;
|
||||||
|
|
||||||
// Hacked together by @Willy-JL
|
// Hacked together by @Willy-JL
|
||||||
|
// Custom adv logic by @Willy-JL and @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/
|
// Structures docs and Nearby Action IDs from https://github.com/furiousMAC/continuity/
|
||||||
// Proximity Pair IDs from https://github.com/ECTO-1A/AppleJuice/
|
// Proximity Pair IDs from https://github.com/ECTO-1A/AppleJuice/
|
||||||
// Custom adv logic and Airtag ID from https://techryptic.github.io/2023/09/01/Annoying-Apple-Fans/
|
// Airtag ID from https://techryptic.github.io/2023/09/01/Annoying-Apple-Fans/
|
||||||
|
|
||||||
static Payload payloads[] = {
|
static Payload payloads[] = {
|
||||||
#if false
|
#if false
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ App(
|
|||||||
name="continuity",
|
name="continuity",
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
fap_author="@Willy-JL & @techryptic",
|
fap_author="@Willy-JL", # Plus research from @ECTO-1A @xMasterX and @techryptic
|
||||||
fap_version="1.0",
|
fap_version="1.0",
|
||||||
fap_description="Spam Apple devices with annoying popups and notifications via BLE packets",
|
fap_description="Spam Apple devices with annoying popups and notifications via BLE packets",
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -2,9 +2,11 @@
|
|||||||
#include <furi_hal_random.h>
|
#include <furi_hal_random.h>
|
||||||
|
|
||||||
// Hacked together by @Willy-JL
|
// Hacked together by @Willy-JL
|
||||||
|
// Custom adv logic by @Willy-JL and @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/
|
// Structures docs and Nearby Action IDs from https://github.com/furiousMAC/continuity/
|
||||||
// Proximity Pair IDs from https://github.com/ECTO-1A/AppleJuice/
|
// Proximity Pair IDs from https://github.com/ECTO-1A/AppleJuice/
|
||||||
// Custom adv logic and Airtag ID from https://techryptic.github.io/2023/09/01/Annoying-Apple-Fans/
|
// Airtag ID from https://techryptic.github.io/2023/09/01/Annoying-Apple-Fans/
|
||||||
|
|
||||||
static const char* continuity_type_names[ContinuityTypeCount] = {
|
static const char* continuity_type_names[ContinuityTypeCount] = {
|
||||||
[ContinuityTypeAirDrop] = "AirDrop",
|
[ContinuityTypeAirDrop] = "AirDrop",
|
||||||
|
|||||||
@@ -4,9 +4,11 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
// Hacked together by @Willy-JL
|
// Hacked together by @Willy-JL
|
||||||
|
// Custom adv logic by @Willy-JL and @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/
|
// Structures docs and Nearby Action IDs from https://github.com/furiousMAC/continuity/
|
||||||
// Proximity Pair IDs from https://github.com/ECTO-1A/AppleJuice/
|
// Proximity Pair IDs from https://github.com/ECTO-1A/AppleJuice/
|
||||||
// Custom adv logic and Airtag ID from https://techryptic.github.io/2023/09/01/Annoying-Apple-Fans/
|
// Airtag ID from https://techryptic.github.io/2023/09/01/Annoying-Apple-Fans/
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
ContinuityTypeAirDrop = 0x05,
|
ContinuityTypeAirDrop = 0x05,
|
||||||
|
|||||||
Reference in New Issue
Block a user