Merge remote-tracking branch 'ofw/dev' into mntm-dev

This commit is contained in:
Willy-JL
2025-04-04 07:37:27 +01:00
52 changed files with 1170 additions and 606 deletions

View File

@@ -11,10 +11,10 @@ App(
)
App(
appid="input_cli",
appid="cli_input",
targets=["f7"],
apptype=FlipperAppType.PLUGIN,
entry_point="input_cli_plugin_ep",
entry_point="cli_input_ep",
requires=["cli"],
sources=["input_cli.c"],
)