mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
Merge remote-tracking branch 'ofw/dev' into mntm-dev
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user