unleashed-firmware/applications/debug/application.fam

18 lines
361 B
Text
Raw Normal View History

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