mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
17 lines
336 B
Plaintext
17 lines
336 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",
|
|
],
|
|
)
|