Parcourir la source

Change apptype to EXTENSION

F. St il y a 2 ans
Parent
commit
59565a37c4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      application.fam

+ 1 - 1
application.fam

@@ -1,7 +1,7 @@
 App(
     appid="swd_probe",
     name="SWD Probe",
-    apptype=FlipperAppType.PLUGIN,
+    apptype=FlipperAppType.EXTENSION,
     entry_point="swd_probe_app_main",
     cdefines=["APP_SWD_PROBE"],
     requires=["notification", "gui", "storage", "dialogs", "cli"],