unleashed-firmware/applications/main/subghz_remote/application.fam
2023-05-18 13:48:25 +03:00

17 lines
No EOL
328 B
Text

App(
appid="subghz_remote",
name="Sub-GHz Remote",
apptype=FlipperAppType.APP,
entry_point="subghz_remote_app",
cdefines=[
"APP_SUBGHZREMOTE",
"SUBREM_LIGHT",
],
requires=[
"gui",
"dialogs",
],
icon="A_SubGHzRemote_14",
stack_size=4 * 1024,
order=11,
)