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