mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 16:38:36 -07:00
- state handled reparately, decoupled from app - better apple/samsung/unknown parsing and handling - improve error handling - add url to manifest + up stack size just in case
15 lines
408 B
Plaintext
15 lines
408 B
Plaintext
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_category="Bluetooth",
|
|
fap_author="@MatthewKuKanich",
|
|
fap_weburl="https://github.com/MatthewKuKanich/FindMyFlipper",
|
|
fap_version="1.0",
|
|
fap_description="BLE FindMy Location Beacon",
|
|
)
|