mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
* Remove BLE from BadUSB * Add the BadBLE app * Format images to 1-bit B/W * BadUsb: remove dead bits and pieces Co-authored-by: あく <alleteam@gmail.com>
12 lines
290 B
Text
12 lines
290 B
Text
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",
|
|
)
|