Browse Source

change fam file to fix build error

Krulknul 2 năm trước cách đây
mục cha
commit
acdcb838b3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application.fam

+ 1 - 1
application.fam

@@ -1,7 +1,7 @@
 App(
     appid="counter",
     name="Counter",
-    apptype=FlipperAppType.PLUGIN,
+    apptype=FlipperAppType.EXTERNAL,
     entry_point="counterapp",
     requires=[
         "gui",