Files
Flipper-ARF/applications/debug/speaker_debug/application.fam
Andrea Santaniello d6c2757f21 First push, clean slate
2026-03-08 18:48:37 +01:00

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"],
)