1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00
Files
unleashed-firmware/applications/debug/accessor/application.fam

12 lines
234 B
Plaintext
Raw Normal View History

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