mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-18 04:34:45 -07:00
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
App(
|
|
appid="sub_playlist",
|
|
name=".sub Playlist",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="playlist_app",
|
|
cdefines=["APP_PLAYLIST"],
|
|
requires=["storage", "gui", "dialogs", "subghz"],
|
|
stack_size=2 * 1024,
|
|
order=31,
|
|
)
|