소스 검색

Added app descriptions (#8)

hedger 2 년 전
부모
커밋
24c39f071c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application.fam

+ 1 - 0
application.fam

@@ -1,6 +1,7 @@
 App(
     appid="nfc_rfid_detector",
     name="NFC/RFID detector",
+    description="Identify the reader type: NFC (12.54 MHz) and/or RFID (125 KHz)",
     apptype=FlipperAppType.EXTERNAL,
     targets=["f7"],
     entry_point="nfc_rfid_detector_app",