Просмотр исходного кода

Update To improve the visibility of the application names, the names were changed by adding a 'MALVEKE' postfix.

Esteban Fuentealba 2 лет назад
Родитель
Сommit
e1694e1ac6
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      README.md
  2. 2 2
      application.fam

+ 2 - 2
README.md

@@ -1,4 +1,4 @@
-# [MALVEKE] ***GAME BOY*** Link Camera
+# ***GAME BOY*** Link Camera MALVEKE
 
 
 ## Introduction
 ## Introduction
 
 
@@ -24,7 +24,7 @@ These instructions assume that you are starting at the Flipper Zero desktop. Oth
 - Press the `OK` button on the Flipper to open the main menu.
 - Press the `OK` button on the Flipper to open the main menu.
 - Choose `Applications` from the menu.
 - Choose `Applications` from the menu.
 - Choose `GPIO` from the submenu.
 - Choose `GPIO` from the submenu.
-- Choose `[MALVEKE] GAME BOY Link-Camera`
+- Choose `GAME BOY Link-Camera MALVEKE`
 - The Flipper Zero will show the loading screen of the application. 
 - The Flipper Zero will show the loading screen of the application. 
 
 
     <p align='center'>
     <p align='center'>

+ 2 - 2
application.fam

@@ -1,6 +1,6 @@
 App(
 App(
     appid="malveke_gb_link_camera",
     appid="malveke_gb_link_camera",
-    name="[MALVEKE] GAME BOY Link-Camera",
+    name="GAME BOY Link-Camera MALVEKE",
     apptype=FlipperAppType.EXTERNAL,
     apptype=FlipperAppType.EXTERNAL,
     entry_point="link_camera_app",
     entry_point="link_camera_app",
     cdefines=["APP_EMULATOR"],
     cdefines=["APP_EMULATOR"],
@@ -10,7 +10,7 @@ App(
     ],
     ],
     stack_size=1 * 1024,
     stack_size=1 * 1024,
     order=10,
     order=10,
-    fap_version=[1,0],
+    fap_version=[1,1],
     fap_libs=["assets"],
     fap_libs=["assets"],
     fap_icon="icons/boilerplate_10px.png",
     fap_icon="icons/boilerplate_10px.png",
     fap_icon_assets="icons",
     fap_icon_assets="icons",