mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-15 01:07:22 +00:00
Added social card parser
This commit is contained in:
parent
8188b63522
commit
9c92338ddf
2 changed files with 1602 additions and 0 deletions
|
@ -56,6 +56,15 @@ App(
|
|||
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(
|
||||
appid="plantain_parser",
|
||||
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
Loading…
Reference in a new issue