mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-21 02:03:18 +00:00
15 lines
314 B
Text
15 lines
314 B
Text
|
App(
|
||
|
appid="subghz_remote_new",
|
||
|
name="SubRem new",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="subghz_remote_app",
|
||
|
requires=[
|
||
|
"gui",
|
||
|
"dialogs",
|
||
|
],
|
||
|
icon="A_SubGHzRemote_14",
|
||
|
stack_size=4 * 1024,
|
||
|
order=12,
|
||
|
fap_category="Debug",
|
||
|
fap_icon_assets="icons",
|
||
|
)
|