mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
17 lines
No EOL
404 B
Text
17 lines
No EOL
404 B
Text
App(
|
|
appid="subghz_remote",
|
|
name="Sub-GHz Remote",
|
|
apptype=FlipperAppType.MENUEXTERNAL,
|
|
entry_point="subghz_remote_app",
|
|
icon="A_SubGHzRemote_14",
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
stack_size=2 * 1024,
|
|
order=11,
|
|
fap_libs=["assets",],
|
|
fap_icon="icon.png",
|
|
fap_description="SubGhz Remote, uses up to 5 .sub files",
|
|
fap_category="Sub-GHz",
|
|
) |