mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 01:03:22 +00:00
16 lines
No EOL
413 B
Text
16 lines
No EOL
413 B
Text
App(
|
|
appid="subrem_remote_fap",
|
|
name="Sub-GHz Remote",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="subghz_remote_app",
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
stack_size=3 * 1024,
|
|
order=50,
|
|
fap_description="Remote control for transmission multiple *.sub files",
|
|
fap_category="Debug", #"Sub-Ghz"
|
|
fap_icon_assets="icons",
|
|
fap_icon="icons/subrem_10px.png",
|
|
) |