Add unmerged subghz code (?)

This commit is contained in:
Willy-JL
2023-07-21 23:45:52 +02:00
parent 81c4865f48
commit dd42b70c34
2 changed files with 16 additions and 14 deletions

View File

@@ -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,
)