mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
15 lines
481 B
Text
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.",
|
|
)
|