mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-22 20:43:07 +00:00
95c1585df6
* Music player: move music_worker to library * Music player: drop cli * Debug: speaker debug app * Debug: baudrate arg in uart_echo app * Libs: add music_worker to api * Libs: add music_worker to targets linker_dependencies Co-authored-by: あく <alleteam@gmail.com>
11 lines
265 B
Text
11 lines
265 B
Text
App(
|
|
appid="speaker_debug",
|
|
name="Speaker Debug",
|
|
apptype=FlipperAppType.DEBUG,
|
|
entry_point="speaker_debug_app",
|
|
requires=["gui", "notification"],
|
|
stack_size=2 * 1024,
|
|
order=10,
|
|
fap_category="Debug",
|
|
fap_libs=["music_worker"],
|
|
)
|