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

19 lines
387 B
Text
Raw Normal View History

2023-05-12 13:47:39 +00:00
App(
2023-05-19 18:06:03 +00:00
appid="subrem_remote_fap",
name="Sub-GHz Remote",
apptype=FlipperAppType.APP,
2023-05-12 13:47:39 +00:00
entry_point="subghz_remote_app",
2023-05-19 18:06:03 +00:00
cdefines=[
"APP_SUBGHZREMOTE",
"SUBREM_LIGHT",
],
2023-05-12 13:47:39 +00:00
requires=[
"gui",
"dialogs",
],
icon="A_SubGHzRemote_14",
stack_size=4 * 1024,
2023-05-19 18:06:03 +00:00
order=50,
2023-05-12 13:47:39 +00:00
fap_category="Debug",
fap_icon_assets="icons",
)