unleashed-firmware/applications/playlist/application.fam

11 lines
250 B
Text
Raw Normal View History

2022-08-07 00:02:01 +00:00
App(
2022-08-11 18:47:08 +00:00
appid="sub_playlist",
name=".sub Playlist",
apptype=FlipperAppType.PLUGIN,
entry_point="playlist_app",
cdefines=["APP_PLAYLIST"],
2022-08-11 18:47:08 +00:00
requires=["storage", "gui", "dialogs", "subghz"],
2022-08-07 00:02:01 +00:00
stack_size=2 * 1024,
order=14,
2022-08-07 00:02:01 +00:00
)