Skip to content

Commit

Permalink
update ofw plugins, add new plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Aug 13, 2023
1 parent bce0224 commit e6cc06d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ App(
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_version="1.0",
fap_icon="nfc_rfid_detector_10px.png",
fap_category="Tools",
fap_icon_assets="images",
fap_author="SkorP",
)

0 comments on commit e6cc06d

Please sign in to comment.