revert cli changes before apply of new ones

This commit is contained in:
MX
2025-04-05 23:40:13 +03:00
parent c9201a3bde
commit 380402a55c
17 changed files with 61 additions and 201 deletions

View File

@@ -310,15 +310,6 @@ App(
sources=["plugins/supported_cards/trt.c"],
)
App(
appid="nfc_cli",
targets=["f7"],
apptype=FlipperAppType.PLUGIN,
entry_point="nfc_cli_plugin_ep",
requires=["cli"],
sources=["nfc_cli.c"],
)
App(
appid="disney_infinity_parser",
apptype=FlipperAppType.PLUGIN,
@@ -334,6 +325,6 @@ App(
targets=["f7"],
apptype=FlipperAppType.STARTUP,
entry_point="nfc_on_system_start",
sources=["nfc_start.c"],
sources=["nfc_cli.c"],
order=30,
)