mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-10 05:59:08 -07:00
15 lines
454 B
Plaintext
15 lines
454 B
Plaintext
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="subplaylist_10px.png",
|
|
fap_category="Sub-GHz",
|
|
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.",
|
|
)
|