mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
13 lines
290 B
Plaintext
13 lines
290 B
Plaintext
App(
|
|
appid="bad_ble",
|
|
name="Bad BLE",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="bad_ble_app",
|
|
stack_size=2 * 1024,
|
|
icon="A_BadUsb_14",
|
|
fap_libs=["assets", "ble_profile"],
|
|
fap_icon="icon.png",
|
|
fap_icon_assets="assets",
|
|
fap_category="Bluetooth",
|
|
)
|