mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04: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>
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
App(
|
|
appid="bad_usb",
|
|
name="Bad USB",
|
|
apptype=FlipperAppType.MENUEXTERNAL,
|
|
entry_point="bad_usb_app",
|
|
stack_size=2 * 1024,
|
|
icon="A_BadUsb_14",
|
|
order=70,
|
|
resources="resources",
|
|
fap_libs=["assets"],
|
|
fap_icon="icon.png",
|
|
fap_category="USB",
|
|
)
|