mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
11 lines
242 B
Text
11 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",
|
|
)
|