mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-26 22:40:25 +00:00
12 lines
216 B
Text
12 lines
216 B
Text
App(
|
|
appid="bt_settings",
|
|
name="Bluetooth",
|
|
apptype=FlipperAppType.SETTINGS,
|
|
entry_point="bt_settings_app",
|
|
stack_size=1 * 1024,
|
|
requires=[
|
|
"bt",
|
|
"gui",
|
|
],
|
|
order=10,
|
|
)
|