|
|
@@ -1,16 +1,14 @@
|
|
|
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",
|
|
|
requires=["gui"],
|
|
|
stack_size=4 * 1024,
|
|
|
- order=50,
|
|
|
+ fap_description="Identify the reader type: NFC (13 MHz) and/or RFID (125 KHz).",
|
|
|
fap_icon="nfc_rfid_detector_10px.png",
|
|
|
fap_category="Tools",
|
|
|
fap_icon_assets="images",
|
|
|
- fap_description="Identify the reader type: NFC (13 MHz) and/or RFID (125 KHz).",
|
|
|
fap_author="SkorP",
|
|
|
)
|