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

15 lines
290 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",
cdefines=["APP_SUBGHZREMOTE"],
2022-07-30 02:35:56 +00:00
requires=[
"gui",
"dialogs",
],
icon="A_SubGHzRemote_14",
2022-08-24 00:55:13 +00:00
stack_size=4 * 1024,
order=11,
)