unleashed-firmware/applications/debug/accessor/application.fam

12 lines
223 B
Text
Raw Normal View History

App(
appid="accessor",
name="Accessor",
apptype=FlipperAppType.DEBUG,
targets=["f7"],
entry_point="accessor_app",
requires=["gui"],
stack_size=4 * 1024,
order=40,
fap_category="Debug",
)