Esteban Fuentealba 2 лет назад
Родитель
Сommit
377a19a3f0
5 измененных файлов с 8 добавлено и 5 удалено
  1. 1 1
      README.md
  2. 1 1
      README_catalog.md
  3. 1 1
      README_es.md
  4. 2 2
      application.fam
  5. 3 0
      changelog.md

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-# 🐬 Flipper Zero - Pokemon Trading in Game Boy
+# GAME BOY Pokemon Trading MALVEKE
 
 
 <p align="center">
 <p align="center">
 <a target="_blank" href="https://www.reddit.com/r/flipperzero/comments/121ncot/flipper_zero_game_boy_pokemon_trading/">
 <a target="_blank" href="https://www.reddit.com/r/flipperzero/comments/121ncot/flipper_zero_game_boy_pokemon_trading/">

+ 1 - 1
README_catalog.md

@@ -1,4 +1,4 @@
-# 🐬 Flipper Zero - Pokemon Trading in Game Boy
+# GAME BOY Pokemon Trading MALVEKE
 
 
 ## Introduction
 ## Introduction
 
 

+ 1 - 1
README_es.md

@@ -1,4 +1,4 @@
-# 🐬 Flipper Zero - Pokemon Trading in Game Boy
+# GAME BOY Pokemon Trading MALVEKE
 
 
 <p align="center">
 <p align="center">
 <a target="_blank" href="https://www.reddit.com/r/flipperzero/comments/121ncot/flipper_zero_game_boy_pokemon_trading/">
 <a target="_blank" href="https://www.reddit.com/r/flipperzero/comments/121ncot/flipper_zero_game_boy_pokemon_trading/">

+ 2 - 2
application.fam

@@ -1,11 +1,11 @@
 App(
 App(
     appid="pokemon",
     appid="pokemon",
-    name="Pokemon Trading",
+    name="GAME BOY Pokemon Trading MALVEKE",
     apptype=FlipperAppType.EXTERNAL,
     apptype=FlipperAppType.EXTERNAL,
     entry_point="pokemon_app",
     entry_point="pokemon_app",
     requires=["gui"],
     requires=["gui"],
     stack_size=2 * 1024,
     stack_size=2 * 1024,
-    fap_version=[1,5],
+    fap_version=[1,6],
     fap_category="GPIO",
     fap_category="GPIO",
     fap_icon="pokemon_10px.png",
     fap_icon="pokemon_10px.png",
     fap_icon_assets="assets",
     fap_icon_assets="assets",

+ 3 - 0
changelog.md

@@ -1,5 +1,8 @@
 # Changelog - Patch Notes
 # Changelog - Patch Notes
 
 
+## Version 1.6
+- **Change Name:** All the application names for GAME BOY/MALVEKE were standardized for better readability on the screen.
+
 ## Version 1.5
 ## Version 1.5
 - **Add Features:** Incorporate flipper-gblink library; Add support for MALVEKE board as well as custom pin selection; If MALVEKE board is detected, default to that pinout, otherwise use the original documented pinout.
 - **Add Features:** Incorporate flipper-gblink library; Add support for MALVEKE board as well as custom pin selection; If MALVEKE board is detected, default to that pinout, otherwise use the original documented pinout.
 - **BUG:** The current MALVEKE pinout and interrupt use breaks the OK button after entering the trade screen.
 - **BUG:** The current MALVEKE pinout and interrupt use breaks the OK button after entering the trade screen.