Explorar el Código

Update application.fam

acegoal07 hace 2 años
padre
commit
127faac9c1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application.fam

+ 1 - 1
application.fam

@@ -3,7 +3,7 @@ App(
     name="NFC Playlist",
     apptype=FlipperAppType.EXTERNAL,
     entry_point="nfc_playlist_main",
-    requires=["gui", "nfx"],
+    requires=["gui", "nfc"],
     stack_size=4 * 1024,
     fap_category="NFC",
 )