Nikolay Minaylov 1 год назад
Родитель
Сommit
a43579c0c6
3 измененных файлов с 12 добавлено и 11 удалено
  1. 2 0
      .catalog/CHANGELOG.md
  2. 8 9
      .catalog/README.md
  3. 2 2
      application.fam

+ 2 - 0
.catalog/CHANGELOG.md

@@ -1,2 +1,4 @@
+## 1.1
+ - Description update
 ## 1.0
  - Initial release

+ 8 - 9
.catalog/README.md

@@ -1,17 +1,16 @@
 # Video Game Module Tool
 
-Standalone firmware updater/installer for the Video Game Module.
+This app is a standalone firmware updater/installer for the Video Game Module
 
 ## Features
 
-- Install the official VGM firmware directly from Flipper Zero (firmware comes bundled with the application)
-- Install custom VGM firmware files in UF2 format from SD card (see limitations)
+- Install the official Video Game Module firmware directly from Flipper Zero (firmware comes bundled with the app).
+- Install custom Video Game Module firmware files in UF2 format from a microSD card (see limitations).
 
 ## Limitations
 
-When creating a custom UF2 firmware image, some limitations are to keep in mind:
-
-- Non-flash blocks are NOT supported
-- Block payloads MUST be exactly 256 bytes
-- Payload target addresses MUST be 256 byte-aligned with no gaps
-- Features such as file containers and extension tags are NOT supported
+When creating a custom UF2 firmware image, keep in mind the following limitations:
+- Non-flash blocks are NOT supported.
+- Block payloads MUST be exactly 256 bytes.
+- Payload target addresses MUST be 256 byte-aligned with no gaps.
+- Features such as file containers and extension tags are NOT supported.

+ 2 - 2
application.fam

@@ -8,8 +8,8 @@ App(
         "dialogs",
     ],
     stack_size=2048,
-    fap_description="Update Video Game Module's firmware directly from Flipper",
-    fap_version="1.0",
+    fap_description="This app is a standalone firmware updater/installer for the Video Game Module",
+    fap_version="1.1",
     fap_icon="vgm_tool.png",
     fap_category="Tools",
     fap_icon_assets="icons",