mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 23:10:22 +00:00
13 lines
346 B
Text
13 lines
346 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="GPIO",
|
|
fap_icon_assets="icons"
|
|
)
|