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

17 lines
328 B
Plaintext
Raw Normal View History

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