mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-19 04:44:47 -07:00
Merge remote-tracking branch 'ofw/dev' into mntm-dev
This commit is contained in:
@@ -321,6 +321,16 @@ App(
|
||||
sources=["plugins/supported_cards/trt.c"],
|
||||
)
|
||||
|
||||
App(
|
||||
appid="disney_infinity_parser",
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
entry_point="disney_infinity_plugin_ep",
|
||||
targets=["f7"],
|
||||
requires=["nfc"],
|
||||
fap_libs=["mbedtls"],
|
||||
sources=["plugins/supported_cards/disney_infinity.c"],
|
||||
)
|
||||
|
||||
App(
|
||||
appid="sonicare_parser",
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
|
||||
Reference in New Issue
Block a user