mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-04-04 22:46:02 +00:00
11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
App(
|
|
appid="speaker_debug",
|
|
name="Speaker Debug",
|
|
apptype=FlipperAppType.DEBUG,
|
|
entry_point="speaker_debug_app",
|
|
requires=["gui", "notification"],
|
|
stack_size=2 * 1024,
|
|
fap_category="Debug",
|
|
fap_libs=["music_worker"],
|
|
)
|