Explorar el Código

Temp disable MTP app for release

Willy-JL hace 1 año
padre
commit
8f8480e612
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mtp/application.fam

+ 1 - 1
mtp/application.fam

@@ -2,7 +2,7 @@
 # https://developer.flipper.net/flipperzero/doxygen/app_manifests.html
 # https://developer.flipper.net/flipperzero/doxygen/app_manifests.html
 
 
 App(
 App(
-    appid="f0_mtp",  # Must be unique
+    appid=".f0_mtp",  # Must be unique
     name="MTP",  # Displayed in UI
     name="MTP",  # Displayed in UI
     apptype=FlipperAppType.EXTERNAL,
     apptype=FlipperAppType.EXTERNAL,
     entry_point="entrypoint",
     entry_point="entrypoint",