[FL-3896] Split BadUSB into BadUSB and BadBLE (#3931)

* 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>
This commit is contained in:
Astra
2024-10-07 04:21:31 +09:00
committed by GitHub
parent 0469ef0e55
commit 0eaad8bf64
36 changed files with 2444 additions and 265 deletions

View File

@@ -7,7 +7,7 @@ App(
icon="A_BadUsb_14",
order=70,
resources="resources",
fap_libs=["assets", "ble_profile"],
fap_libs=["assets"],
fap_icon="icon.png",
fap_category="USB",
)