mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
13 lines
319 B
Plaintext
13 lines
319 B
Plaintext
App(
|
|
appid="swd_probe",
|
|
name="[SWD] Probe",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="swd_probe_app_main",
|
|
requires=["notification", "gui", "storage", "dialogs", "cli"],
|
|
stack_size=2 * 1024,
|
|
order=10,
|
|
fap_icon="icons/app.png",
|
|
fap_category="GPIO",
|
|
fap_icon_assets="icons",
|
|
)
|