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

@@ -1,16 +1,8 @@
App(
appid="crypto_cli",
appid="cli_crypto",
targets=["f7"],
apptype=FlipperAppType.PLUGIN,
entry_point="crypto_cli_plugin_ep",
entry_point="cli_crypto_ep",
requires=["cli"],
sources=["crypto_cli.c"],
)
App(
appid="crypto_start",
apptype=FlipperAppType.STARTUP,
entry_point="crypto_on_system_start",
sources=["crypto_cli.c"],
order=10,
)