unleashed-firmware/applications/external/playlist/application.fam
2023-06-29 19:18:49 +03:00

15 lines
481 B
Text

App(
appid="subghz_playlist",
name="Sub-GHz Playlist",
apptype=FlipperAppType.EXTERNAL,
entry_point="playlist_app",
requires=["storage", "gui", "dialogs", "subghz"],
stack_size=2 * 1024,
order=14,
fap_icon="playlist_10px.png",
fap_category="Sub-GHz",
fap_icon_assets="images",
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.",
)