mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-28 07:20:29 +00:00
80a406afd3
OFW PR 1859 by gornekich
10 lines
249 B
Text
10 lines
249 B
Text
App(
|
|
appid="Bluetooth_Remote",
|
|
name="Bluetooth Remote",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="bt_hid_app",
|
|
stack_size=1 * 1024,
|
|
fap_category="Tools",
|
|
fap_icon="bt_remote_10px.png",
|
|
fap_icon_assets="assets",
|
|
)
|