mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 13:33:06 +00:00
07ff0c7d97
Moved from extra pack to main FW https://github.com/g3gg0/flipper-swd_probe
13 lines
347 B
Text
13 lines
347 B
Text
App(
|
|
appid="swd_probe",
|
|
name="SWD Probe",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="swd_probe_app_main",
|
|
cdefines=["APP_SWD_PROBE"],
|
|
requires=["notification", "gui", "storage", "dialogs", "cli"],
|
|
stack_size=2 * 1024,
|
|
order=10,
|
|
fap_icon="icons/app.png",
|
|
fap_category="Tools",
|
|
fap_icon_assets="icons"
|
|
)
|