This commit is contained in:
Willy-JL
2023-11-12 02:20:45 +00:00
498 changed files with 4821 additions and 2206 deletions

View File

@@ -17,6 +17,12 @@ App(
icon="A_Sub1ghz_14",
stack_size=3 * 1024,
order=10,
sources=[
"*.c",
"!subghz_cli.c",
"!helpers/subghz_chat.c",
],
resources="resources",
fap_libs=["hwdrivers"],
fap_icon="icon.png",
fap_category="Sub-GHz",
@@ -27,6 +33,7 @@ App(
targets=["f7"],
apptype=FlipperAppType.STARTUP,
entry_point="subghz_on_system_start",
sources=["subghz_cli.c", "helpers/subghz_chat.c"],
requires=["subghz"],
order=40,
)