mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 15:00:46 +00:00
12 lines
242 B
Text
12 lines
242 B
Text
|
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",
|
||
|
)
|