mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Add unmerged subghz code (?)
This commit is contained in:
@@ -3,6 +3,7 @@ App(
|
||||
name="SubGHz",
|
||||
apptype=FlipperAppType.APP,
|
||||
targets=["f7"],
|
||||
cdefines=["APP_SUBGHZ"],
|
||||
entry_point="subghz_app",
|
||||
requires=[
|
||||
"gui",
|
||||
@@ -25,6 +26,7 @@ App(
|
||||
targets=["f7"],
|
||||
apptype=FlipperAppType.STARTUP,
|
||||
entry_point="subghz_on_system_start",
|
||||
requires=["subghz"],
|
||||
order=40,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user