mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 08:43:10 +00:00
12 lines
287 B
Text
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",
|
|
)
|