mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-01 00:39:12 +00:00
10 lines
253 B
Text
10 lines
253 B
Text
App(
|
|
appid="sub_playlist",
|
|
name="Sub-GHz Playlist",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="playlist_app",
|
|
cdefines=["APP_PLAYLIST"],
|
|
requires=["storage", "gui", "dialogs", "subghz"],
|
|
stack_size=2 * 1024,
|
|
order=14,
|
|
)
|