mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 06:48:37 -07:00
Move "info" CLI command back to flash --nobuild
Fixes FBT when API versions mismatch
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user