Move "info" CLI command back to flash --nobuild

Fixes FBT when API versions mismatch
This commit is contained in:
Willy-JL
2025-01-17 01:40:07 +00:00
parent 66b1f0b94d
commit f151527ffb
2 changed files with 3 additions and 14 deletions

View File

@@ -9,15 +9,6 @@ App(
sdk_headers=["cli.h", "cli_vcp.h"],
)
App(
appid="info_cli",
targets=["f7"],
apptype=FlipperAppType.PLUGIN,
entry_point="cli_command_info_plugin_ep",
requires=["cli"],
sources=["cli_commands.c"],
)
App(
appid="src_cli",
targets=["f7"],