mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 09:13:11 +00:00
15 lines
No EOL
314 B
Text
15 lines
No EOL
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",
|
|
) |