Kaynağa Gözat

Fixes to application.fam

Thanks @RogueMaster for the corrections
g3gg0.de 2 yıl önce
ebeveyn
işleme
4535c961e8
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 5 1
      application.fam

+ 5 - 1
application.fam

@@ -1,7 +1,11 @@
 App(
 App(
+    fap_author="g3gg0",
+    fap_weburl="https://github.com/g3gg0/flipper-swd_probe",
+    fap_version=(1, 0),
+    fap_description="ARM SWD (Single Wire Debug) Probe",
     appid="swd_probe",
     appid="swd_probe",
     name="SWD Probe",
     name="SWD Probe",
-    apptype=FlipperAppType.EXTENSION,
+    apptype=FlipperAppType.EXTERNAL,
     entry_point="swd_probe_app_main",
     entry_point="swd_probe_app_main",
     cdefines=["APP_SWD_PROBE"],
     cdefines=["APP_SWD_PROBE"],
     requires=["notification", "gui", "storage", "dialogs", "cli"],
     requires=["notification", "gui", "storage", "dialogs", "cli"],