Kaynağa Gözat

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

Esteban Fuentealba 2 yıl önce
ebeveyn
işleme
b569a4e025
2 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 2 2
      README.md
  2. 2 2
      application.fam

+ 2 - 2
README.md

@@ -1,4 +1,4 @@
-# [MALVEKE] ***GAME BOY*** Live Camera 
+# ***GAME BOY*** Live Camera MALVEKE
 
 <figure>
     <img src="./docs/images/proto.png" />
@@ -55,7 +55,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.
 - Choose `Applications` from the menu.
 - Choose `GPIO` from the submenu.
-- Choose `[MALVEKE] GB Live Camera`
+- Choose `GAME BOY Live Camera MALVEKE`
 - The Flipper Zero will show the loading screen of the application. 
 
     <p align='center'>

+ 2 - 2
application.fam

@@ -1,13 +1,13 @@
 App(
     appid="malveke_gb_live_camera",
-    name="[MALVEKE] GB Live Camera",
+    name="GAME BOY Live Camera MALVEKE",
     apptype=FlipperAppType.EXTERNAL,
     entry_point="gb_live_camera_app",
     cdefines=["APP_CAMERA"],
     requires=["gui"],
     stack_size=8*1024,
     order=1,
-    fap_version=[1,2],
+    fap_version=[1,3],
     fap_libs=["assets"],
 	fap_icon="icons/icon.png",
     fap_icon_assets="icons",