mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
12 lines
316 B
Text
12 lines
316 B
Text
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"
|
|
)
|