commit Radar Scanner to apps

This commit is contained in:
MatthewKuKanich
2023-09-06 13:37:36 -04:00
parent 23e08baaf1
commit 05fc33375e
4 changed files with 853 additions and 0 deletions

View 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",
)