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 96ed981 commit 889d999Copy full SHA for 889d999
application.fam
@@ -1,12 +1,11 @@
1
App(
2
appid="spi_mem_manager",
3
name="SPI Mem Manager",
4
- description="Application for reading and writing 25-series SPI memory chips",
5
apptype=FlipperAppType.EXTERNAL,
6
entry_point="spi_mem_app",
7
requires=["gui"],
8
stack_size=1 * 2048,
9
- order=30,
+ fap_description="Application for reading and writing 25-series SPI memory chips",
10
fap_icon="images/Dip8_10px.png",
11
fap_category="GPIO",
12
fap_icon_assets="images",
0 commit comments