We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a043fe commit 2cc41d9Copy full SHA for 2cc41d9
application.fam
@@ -1,15 +1,14 @@
1
App(
2
appid="dap_link",
3
name="DAP Link",
4
- description="Enables use of Flipper as a debug probe for ARM devices, implements the CMSIS-DAP protocol",
5
apptype=FlipperAppType.EXTERNAL,
6
entry_point="dap_link_app",
7
requires=[
8
"gui",
9
"dialogs",
10
],
11
stack_size=4 * 1024,
12
- order=20,
+ fap_description="Enables use of Flipper as a debug probe for ARM devices, implements the CMSIS-DAP protocol",
13
fap_icon="dap_link.png",
14
fap_category="GPIO",
15
fap_private_libs=[
0 commit comments