mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Merge pull request #62 from zacharyweiss/dev
NFC MBTA CharlieCard parsing plugin
This commit is contained in:
@@ -128,6 +128,15 @@ App(
|
||||
sources=["plugins/supported_cards/metromoney.c"],
|
||||
)
|
||||
|
||||
App(
|
||||
appid="charliecard_parser",
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
entry_point="charliecard_plugin_ep",
|
||||
targets=["f7"],
|
||||
requires=["nfc"],
|
||||
sources=["plugins/supported_cards/charliecard.c"],
|
||||
)
|
||||
|
||||
App(
|
||||
appid="kazan_parser",
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
|
||||
1059
applications/main/nfc/plugins/supported_cards/charliecard.c
Normal file
1059
applications/main/nfc/plugins/supported_cards/charliecard.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user