unleashed-firmware/applications/plugins/playlist/application.fam
2022-09-14 21:04:04 +03:00

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