1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00
Files

11 lines
209 B
Plaintext
Raw Permalink Normal View History

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