mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-15 01:07:22 +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>
17 lines
361 B
Text
17 lines
361 B
Text
App(
|
|
appid="debug_apps",
|
|
name="Basic debug apps bundle",
|
|
apptype=FlipperAppType.METAPACKAGE,
|
|
provides=[
|
|
"blink_test",
|
|
"vibro_test",
|
|
"keypad_test",
|
|
"usb_test",
|
|
"usb_mouse",
|
|
"uart_echo",
|
|
"display_test",
|
|
"text_box_test",
|
|
"file_browser_test",
|
|
"speaker_debug",
|
|
],
|
|
)
|