Working build of App - can use dpad not just centre button
This commit is contained in:
14
application.fam
Normal file
14
application.fam
Normal file
@@ -0,0 +1,14 @@
|
||||
App(
|
||||
appid="bt_home_controller",
|
||||
name="BT Home Controller",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="bt_home_controller_app",
|
||||
stack_size=2 * 1024,
|
||||
fap_category="Bluetooth",
|
||||
fap_version="0.1",
|
||||
fap_icon="bthome.png",
|
||||
fap_description="BTHome D-pad controller for the Flipper Zero",
|
||||
fap_author="Alessandro Ghedini",
|
||||
fap_weburl="https://github.com/ghedo/flipper-bthome",
|
||||
fap_icon_assets="assets",
|
||||
)
|
||||
Reference in New Issue
Block a user