unleashed-firmware/applications/plugins/playlist/application.fam

11 lines
253 B
Text
Raw Normal View History

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