mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 20:48:35 -07:00
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
This commit is contained in:
@@ -173,15 +173,6 @@ App(
|
|||||||
sources=["plugins/supported_cards/hid.c"],
|
sources=["plugins/supported_cards/hid.c"],
|
||||||
)
|
)
|
||||||
|
|
||||||
App(
|
|
||||||
appid="itso_parser",
|
|
||||||
apptype=FlipperAppType.PLUGIN,
|
|
||||||
entry_point="itso_plugin_ep",
|
|
||||||
targets=["f7"],
|
|
||||||
requires=["nfc"],
|
|
||||||
sources=["plugins/supported_cards/itso.c"],
|
|
||||||
)
|
|
||||||
|
|
||||||
App(
|
App(
|
||||||
appid="washcity_parser",
|
appid="washcity_parser",
|
||||||
apptype=FlipperAppType.PLUGIN,
|
apptype=FlipperAppType.PLUGIN,
|
||||||
@@ -209,6 +200,15 @@ App(
|
|||||||
sources=["plugins/supported_cards/ndef.c"],
|
sources=["plugins/supported_cards/ndef.c"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
App(
|
||||||
|
appid="itso_parser",
|
||||||
|
apptype=FlipperAppType.PLUGIN,
|
||||||
|
entry_point="itso_plugin_ep",
|
||||||
|
targets=["f7"],
|
||||||
|
requires=["nfc"],
|
||||||
|
sources=["plugins/supported_cards/itso.c"],
|
||||||
|
)
|
||||||
|
|
||||||
App(
|
App(
|
||||||
appid="sonicare_parser",
|
appid="sonicare_parser",
|
||||||
apptype=FlipperAppType.PLUGIN,
|
apptype=FlipperAppType.PLUGIN,
|
||||||
|
|||||||
Reference in New Issue
Block a user