mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Actual apple ble spam (+pair, continuity lib)
This commit is contained in:
@@ -4,11 +4,16 @@ App(
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="apple_ble_spam",
|
||||
requires=["gui"],
|
||||
stack_size=1 * 1024,
|
||||
stack_size=2 * 1024,
|
||||
fap_icon="icons/apple_10px.png",
|
||||
fap_category="Bluetooth",
|
||||
fap_icon_assets="icons",
|
||||
fap_private_libs=[
|
||||
Lib(
|
||||
name="continuity",
|
||||
),
|
||||
],
|
||||
fap_author="@Willy-JL & @techryptic",
|
||||
fap_version="1.0",
|
||||
fap_icon_assets="icons",
|
||||
fap_description="Spam Apple devices with annoying popups and notifications via BLE packets",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user