infrared subghz merge fixes

This commit is contained in:
MX
2023-11-08 11:38:22 +04:00
parent 5921eb3d27
commit ebe95a92d1
11 changed files with 24 additions and 134 deletions

View File

@@ -17,12 +17,6 @@ App(
icon="A_Sub1ghz_14",
stack_size=3 * 1024,
order=1,
sources=[
"*.c",
"!subghz_cli.c",
"!helpers/subghz_chat.c",
],
resources="resources",
fap_libs=["assets", "hwdrivers"],
fap_icon="icon.png",
fap_category="Sub-GHz",
@@ -33,7 +27,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,
)