unleashed-firmware/applications/external/subghz_remote_new/application.fam

16 lines
345 B
Text
Raw Normal View History

2023-05-12 13:47:39 +00:00
App(
appid="subghz_remote_new",
name="SubRem new",
apptype=FlipperAppType.EXTERNAL,
entry_point="subghz_remote_app",
requires=[
"gui",
"dialogs",
],
2023-05-18 09:01:17 +00:00
cdefines=["SUBREM_LIGHT"],
2023-05-12 13:47:39 +00:00
icon="A_SubGHzRemote_14",
stack_size=4 * 1024,
order=12,
fap_category="Debug",
fap_icon_assets="icons",
)