mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 04:41:26 +04:00
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
|
|
App(
|
||
|
|
appid="vibro_test",
|
||
|
|
name="Vibro Test",
|
||
|
|
apptype=FlipperAppType.DEBUG,
|
||
|
|
entry_point="vibro_test_app",
|
||
|
|
cdefines=["APP_VIBRO_TEST"],
|
||
|
|
requires=["gui"],
|
||
|
|
stack_size=1 * 1024,
|
||
|
|
order=20,
|
||
|
|
fap_category="Debug",
|
||
|
|
)
|