Merge remote-tracking branch 'upstream/dev' into nfc-washcity

This commit is contained in:
Methodius
2024-01-06 03:13:07 +09:00
99 changed files with 596 additions and 180 deletions

View File

@@ -155,6 +155,15 @@ App(
sources=["plugins/supported_cards/zolotaya_korona.c"],
)
App(
appid="hid_parser",
apptype=FlipperAppType.PLUGIN,
entry_point="hid_plugin_ep",
targets=["f7"],
requires=["nfc"],
sources=["plugins/supported_cards/hid.c"],
)
App(
appid="nfc_start",
targets=["f7"],