mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
13 lines
348 B
Text
13 lines
348 B
Text
App(
|
|
appid="SubGHz_Playlist",
|
|
name="Sub-GHz Playlist",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="playlist_app",
|
|
cdefines=["APP_PLAYLIST"],
|
|
requires=["storage", "gui", "dialogs", "subghz"],
|
|
stack_size=2 * 1024,
|
|
order=14,
|
|
fap_icon="playlist_10px.png",
|
|
fap_category="Tools",
|
|
fap_icon_assets="images",
|
|
)
|