Files
Momentum-Firmware/applications/external/subghz_playlist/application.fam
2023-07-02 19:38:32 +02:00

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.",
)