unleashed-firmware/applications/main/subghz_remote/application.fam
2023-07-10 19:59:25 +03:00

12 lines
287 B
Text

App(
appid="subghz_remote",
name="Sub-GHz Remote",
apptype=FlipperAppType.MENUEXTERNAL,
entry_point="subghz_remote_app",
icon="A_SubGHzRemote_14",
stack_size=2 * 1024,
order=11,
fap_libs=["assets",],
fap_icon="icon.png",
fap_category="Sub-Ghz",
)