mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 08:48:35 -07:00
commit Radar Scanner to apps
This commit is contained in:
14
applications/external/radar_scanner/application.fam
vendored
Normal file
14
applications/external/radar_scanner/application.fam
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
App(
|
||||
appid="radar_scanner",
|
||||
name="[GPIO] Radar Scanner",
|
||||
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="1.0",
|
||||
fap_description="Detects the movement of living things using radar",
|
||||
)
|
||||
Reference in New Issue
Block a user