unleashed-firmware/applications/playlist/application.fam
2022-08-11 20:47:08 +02:00

10 lines
250 B
Text

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