NFC: H World Hotel Chain Room Key Parser (#3946)

* quick and easy implementation
* delete debug artifacts
* log level correction (warning -> info)
This commit is contained in:
Zinong Li
2024-10-15 04:05:24 +08:00
committed by GitHub
parent 8a95cb8d6b
commit fbc3b494b7
2 changed files with 252 additions and 0 deletions

View File

@@ -200,6 +200,15 @@ App(
sources=["plugins/supported_cards/skylanders.c"],
)
App(
appid="hworld_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="hworld_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/hworld.c"],
)
App(
appid="nfc_start",
targets=["f7"],