Skip to content

Commit ccc6e20

Browse files
authored
Prepare nfc_rfid for fap catalog (#2)
* Prepare nfc_rfid for fap catalog * Rename catalog folder
1 parent b7c727e commit ccc6e20

File tree

6 files changed

+9
-0
lines changed

6 files changed

+9
-0
lines changed

.catalog/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Just run the app and hold your Flipper Zero near the reader. The following icons may appear on the screen:
2+
3+
- NFC icon - the reader uses the NFC technology, operating at 13.56 MHz.
4+
- RFID icon - the reader uses the RFID technology, operating at 125 kHz. For RFID readers, the app displays the estimated frequency the reader operates at.
5+
- Both NFC and RFID icons - the reader uses both technologies.
6+
7+
1.76 KB
Loading
1.61 KB
Loading
1.44 KB
Loading
1.48 KB
Loading

application.fam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ App(
1010
fap_icon="nfc_rfid_detector_10px.png",
1111
fap_category="Tools",
1212
fap_icon_assets="images",
13+
fap_description="Identify the reader type: NFC (13 MHz) and/or RFID (125 KHz).",
14+
fap_author="SkorP",
1315
)

0 commit comments

Comments
 (0)