We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d18e8b commit 4ae286aCopy full SHA for 4ae286a
application.fam
@@ -1,12 +1,11 @@
1
App(
2
appid="avr_isp",
3
name="AVR Flasher",
4
- description="Application for flashing AVR microcontrollers",
5
apptype=FlipperAppType.EXTERNAL,
6
entry_point="avr_isp_app",
7
requires=["gui"],
8
stack_size=4 * 1024,
9
- order=20,
+ fap_description="Application for flashing AVR microcontrollers",
10
fap_icon="avr_app_icon_10x10.png",
11
fap_category="GPIO",
12
fap_icon_assets="images",
0 commit comments