mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-30 02:18:11 -07:00
Merge branch 'feat/nfc-type-4-final' into mntm-dev
This commit is contained in:
@@ -50,6 +50,14 @@ App(
|
||||
sources=["commands/subshell_demo.c"],
|
||||
)
|
||||
|
||||
App(
|
||||
appid="cli_buzzer",
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
entry_point="cli_buzzer_ep",
|
||||
requires=["cli"],
|
||||
sources=["commands/buzzer.c"],
|
||||
)
|
||||
|
||||
App(
|
||||
appid="cli_src",
|
||||
targets=["f7"],
|
||||
|
||||
Reference in New Issue
Block a user