mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-07 05:29:09 -07:00
15 lines
437 B
Plaintext
15 lines
437 B
Plaintext
App(
|
|
appid="radar_scanner",
|
|
name="[RCWL0516] Radar Scan",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="app_radar_scanner",
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
fap_icon="icon.png",
|
|
fap_category="GPIO",
|
|
fap_author="@MatthewKuKanich",
|
|
fap_weburl="https://github.com/MatthewKuKanich/flipper-radar",
|
|
fap_version="2.0",
|
|
fap_description="Detects the movement of living things using radar",
|
|
)
|