unleashed-firmware/applications/external/subghz_remote_new/application.fam
2023-05-19 21:06:03 +03:00

19 lines
No EOL
387 B
Text

App(
appid="subrem_remote_fap",
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=50,
fap_category="Debug",
fap_icon_assets="icons",
)