Skip to content

Commit baca599

Browse files
authored
Merge pull request #653 from DarkFlippers/nfc-parsers
Nfc parsers
2 parents 4eb40ce + 00b1018 commit baca599

File tree

3 files changed

+3023
-19
lines changed

3 files changed

+3023
-19
lines changed

applications/main/nfc/application.fam

+9
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ App(
5656
sources=["plugins/supported_cards/troika.c"],
5757
)
5858

59+
App(
60+
appid="social_moscow_parser",
61+
apptype=FlipperAppType.PLUGIN,
62+
entry_point="social_moscow_plugin_ep",
63+
targets=["f7"],
64+
requires=["nfc"],
65+
sources=["plugins/supported_cards/social_moscow.c"],
66+
)
67+
5968
App(
6069
appid="plantain_parser",
6170
apptype=FlipperAppType.PLUGIN,

0 commit comments

Comments
 (0)