unleashed-firmware/applications/main/subghz_remote/application.fam

17 lines
328 B
Text
Raw Normal View History

App(
appid="subghz_remote",
2022-08-23 16:32:09 +00:00
name="Sub-GHz Remote",
apptype=FlipperAppType.APP,
entry_point="subghz_remote_app",
2023-05-18 10:48:25 +00:00
cdefines=[
"APP_SUBGHZREMOTE",
"SUBREM_LIGHT",
],
2022-07-30 02:35:56 +00:00
requires=[
"gui",
"dialogs",
],
icon="A_SubGHzRemote_14",
2023-05-30 14:41:49 +00:00
stack_size=2 * 1024,
order=11,
2023-05-18 10:48:25 +00:00
)