mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
18 lines
326 B
Text
18 lines
326 B
Text
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",
|
|
)
|