unleashed-firmware/applications/external/subghz_remote_new/application.fam
2023-05-18 12:01:17 +03:00

16 lines
No EOL
345 B
Text

App(
appid="subghz_remote_new",
name="SubRem new",
apptype=FlipperAppType.EXTERNAL,
entry_point="subghz_remote_app",
requires=[
"gui",
"dialogs",
],
cdefines=["SUBREM_LIGHT"],
icon="A_SubGHzRemote_14",
stack_size=4 * 1024,
order=12,
fap_category="Debug",
fap_icon_assets="icons",
)