unleashed-firmware/applications/external/playlist/application.fam

16 lines
481 B
Plaintext
Raw Normal View History

2022-08-07 03:02:01 +03:00
App(
appid="subghz_playlist",
2022-09-11 02:09:02 +03:00
name="Sub-GHz Playlist",
apptype=FlipperAppType.EXTERNAL,
entry_point="playlist_app",
2022-08-11 21:47:08 +03:00
requires=["storage", "gui", "dialogs", "subghz"],
2022-08-07 03:02:01 +03:00
stack_size=2 * 1024,
order=14,
fap_icon="playlist_10px.png",
2023-02-27 23:13:52 +03:00
fap_category="Sub-GHz",
2022-10-28 19:12:31 +03:00
fap_icon_assets="images",
2023-06-29 19:18:49 +03:00
fap_author="@darmiel",
fap_version="1.0",
fap_description="App works with list of sub-ghz files from .txt file that contains paths to target files.",
2022-08-07 03:02:01 +03:00
)