mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-04 08:05:19 +03: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",
|
|
)
|