mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 04:41:26 +04:00
11 lines
203 B
Plaintext
11 lines
203 B
Plaintext
|
|
App(
|
||
|
|
appid="usb_test",
|
||
|
|
name="USB Test",
|
||
|
|
apptype=FlipperAppType.DEBUG,
|
||
|
|
entry_point="usb_test_app",
|
||
|
|
requires=["gui"],
|
||
|
|
stack_size=1 * 1024,
|
||
|
|
order=50,
|
||
|
|
fap_category="Debug",
|
||
|
|
)
|