Skip to content

Commit 7d55581

Browse files
authored
Prepare nfc_rfid for fap catalog (#2)
* Prepare nfc_rfid for fap catalog * Rename catalog folder
1 parent 881d9be commit 7d55581

6 files changed

+9
-0
lines changed

nfc_rfid_detector/.catalog/README.md

+7
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+
Loading
Loading
Loading
Loading

nfc_rfid_detector/application.fam

+2
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)