mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 06:50:21 +00:00
12 lines
265 B
Text
12 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"],
|
||
|
)
|