mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-01-04 17:08:42 +00:00
12 lines
339 B
Text
12 lines
339 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,
|
|
fap_icon="../../../assets/icons/Archive/sub1_10px.png",
|
|
fap_category="Tools",
|
|
)
|