|
|
@@ -1,12 +1,11 @@
|
|
|
App(
|
|
|
appid="spi_mem_manager",
|
|
|
name="SPI Mem Manager",
|
|
|
- description="Application for reading and writing 25-series SPI memory chips",
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
|
entry_point="spi_mem_app",
|
|
|
requires=["gui"],
|
|
|
stack_size=1 * 2048,
|
|
|
- order=30,
|
|
|
+ fap_description="Application for reading and writing 25-series SPI memory chips",
|
|
|
fap_icon="images/Dip8_10px.png",
|
|
|
fap_category="GPIO",
|
|
|
fap_icon_assets="images",
|