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:
@@ -9,7 +9,6 @@ App(
|
||||
"dialogs",
|
||||
],
|
||||
provides=[
|
||||
"bt_start",
|
||||
"bt_settings",
|
||||
],
|
||||
stack_size=1 * 1024,
|
||||
@@ -18,17 +17,10 @@ App(
|
||||
)
|
||||
|
||||
App(
|
||||
appid="bt_cli",
|
||||
appid="cli_bt",
|
||||
targets=["f7"],
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
entry_point="bt_cli_plugin_ep",
|
||||
entry_point="cli_bt_ep",
|
||||
requires=["cli"],
|
||||
sources=["bt_cli.c", "bt_service/bt_settings_api.c"],
|
||||
)
|
||||
|
||||
App(
|
||||
appid="bt_start",
|
||||
apptype=FlipperAppType.STARTUP,
|
||||
entry_point="bt_on_system_start",
|
||||
order=70,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user