mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
Added social card parser
This commit is contained in:
@@ -56,6 +56,15 @@ App(
|
|||||||
sources=["plugins/supported_cards/troika.c"],
|
sources=["plugins/supported_cards/troika.c"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
App(
|
||||||
|
appid="social_moscow_parser",
|
||||||
|
apptype=FlipperAppType.PLUGIN,
|
||||||
|
entry_point="social_moscow_plugin_ep",
|
||||||
|
targets=["f7"],
|
||||||
|
requires=["nfc"],
|
||||||
|
sources=["plugins/supported_cards/social_moscow.c"],
|
||||||
|
)
|
||||||
|
|
||||||
App(
|
App(
|
||||||
appid="plantain_parser",
|
appid="plantain_parser",
|
||||||
apptype=FlipperAppType.PLUGIN,
|
apptype=FlipperAppType.PLUGIN,
|
||||||
|
|||||||
1593
applications/main/nfc/plugins/supported_cards/social_moscow.c
Normal file
1593
applications/main/nfc/plugins/supported_cards/social_moscow.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user