mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 13:09:49 +04:00
19 lines
326 B
Plaintext
19 lines
326 B
Plaintext
App(
|
|
appid="bt_debug",
|
|
name="Bluetooth Debug",
|
|
apptype=FlipperAppType.DEBUG,
|
|
entry_point="bt_debug_app",
|
|
cdefines=["SRV_BT"],
|
|
requires=[
|
|
"bt",
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
provides=[
|
|
"bt_debug",
|
|
],
|
|
stack_size=1 * 1024,
|
|
order=110,
|
|
fap_category="Debug",
|
|
)
|