Explorar el Código

change fam file to fix build error

Krulknul hace 2 años
padre
commit
acdcb838b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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",