hedger 2 лет назад
Родитель
Сommit
e0ff4ce820
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      application.fam

+ 1 - 2
application.fam

@@ -1,7 +1,6 @@
 App(
 App(
     appid="picopass",
     appid="picopass",
     name="PicoPass",
     name="PicoPass",
-    description="App to communicate with NFC tags using the PicoPass format",
     apptype=FlipperAppType.EXTERNAL,
     apptype=FlipperAppType.EXTERNAL,
     targets=["f7"],
     targets=["f7"],
     entry_point="picopass_app",
     entry_point="picopass_app",
@@ -10,7 +9,7 @@ App(
         "gui",
         "gui",
     ],
     ],
     stack_size=4 * 1024,
     stack_size=4 * 1024,
-    order=30,
+    fap_description="App to communicate with NFC tags using the PicoPass format",
     fap_icon="125_10px.png",
     fap_icon="125_10px.png",
     fap_category="NFC",
     fap_category="NFC",
     fap_libs=["mbedtls"],
     fap_libs=["mbedtls"],