unleashed-firmware/applications/playlist/application.fam

11 lines
253 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",
2022-09-10 23:09:02 +00:00
name="Sub-GHz Playlist",
2022-08-11 18:47:08 +00:00
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
)