mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
add findmy to system apps [ci skip]
autoload by Willy-JL
This commit is contained in:
24
applications/system/find_my_flipper/application.fam
Normal file
24
applications/system/find_my_flipper/application.fam
Normal file
@@ -0,0 +1,24 @@
|
||||
App(
|
||||
appid="findmy",
|
||||
name="FindMy Flipper",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="findmy_main",
|
||||
requires=["gui"],
|
||||
stack_size=2 * 1024,
|
||||
fap_icon="location_icon.png",
|
||||
fap_icon_assets="icons",
|
||||
fap_category="Bluetooth",
|
||||
fap_author="@MatthewKuKanich",
|
||||
fap_weburl="https://github.com/MatthewKuKanich/FindMyFlipper",
|
||||
fap_version="3.5",
|
||||
fap_description="BLE FindMy Location Beacon",
|
||||
)
|
||||
|
||||
App(
|
||||
appid="findmy_startup",
|
||||
targets=["f7"],
|
||||
apptype=FlipperAppType.STARTUP,
|
||||
entry_point="findmy_startup",
|
||||
sources=["findmy_startup.c", "findmy_state.c"],
|
||||
order=1000,
|
||||
)
|
||||
Reference in New Issue
Block a user