Explorar el Código

update ofw plugins, add new plugins

MX hace 2 años
padre
commit
e305ba8002
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      application.fam

+ 2 - 1
application.fam

@@ -5,7 +5,8 @@ App(
     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_version="1.0",
     fap_icon="images/Dip8_10px.png",
     fap_category="GPIO",
     fap_icon_assets="images",