mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 23:10:22 +00:00
11 lines
234 B
Text
11 lines
234 B
Text
App(
|
|
appid="accessor",
|
|
name="Accessor",
|
|
apptype=FlipperAppType.DEBUG,
|
|
entry_point="accessor_app",
|
|
cdefines=["APP_ACCESSOR"],
|
|
requires=["gui"],
|
|
stack_size=4 * 1024,
|
|
order=40,
|
|
fap_category="Debug",
|
|
)
|