mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
|
|
App(
|
||
|
|
appid="vibro_test",
|
||
|
|
name="Vibro Test",
|
||
|
|
apptype=FlipperAppType.DEBUG,
|
||
|
|
entry_point="vibro_test_app",
|
||
|
|
requires=["gui"],
|
||
|
|
stack_size=1 * 1024,
|
||
|
|
fap_category="Debug",
|
||
|
|
)
|