Skip to content

Commit

Permalink
Add missing entry from application.fam
Browse files Browse the repository at this point in the history
  • Loading branch information
noproto authored Dec 12, 2023
1 parent 1b3c5e8 commit dbfd7bc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,13 @@ App(
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/mykey.c"],
)
)

App(
appid="mizip_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="mizip_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/mizip.c"],
)

0 comments on commit dbfd7bc

Please sign in to comment.