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

18 lines
361 B
Plaintext

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