|
|
@@ -1,17 +1,17 @@
|
|
|
App(
|
|
|
appid="malveke_pin_test",
|
|
|
- name="GAME BOY PIN Test MALVEKE",
|
|
|
+ name="[GB] PIN Test MALVEKE",
|
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
|
entry_point="malveke_pin_test_app",
|
|
|
requires=["gui"],
|
|
|
- stack_size=1*1024,
|
|
|
+ stack_size=1 * 1024,
|
|
|
order=1,
|
|
|
- fap_version=[2,1],
|
|
|
- fap_libs=["assets"],
|
|
|
- fap_icon="icons/icon.png",
|
|
|
+ fap_version=[2, 2],
|
|
|
+ fap_libs=[],
|
|
|
+ fap_icon="icons/icon.png",
|
|
|
fap_icon_assets="icons",
|
|
|
- fap_category="GPIO",
|
|
|
- fap_description="ESP32 GAME BOY CAMERA live feed and photo capture, use left/right for exposition and center for saving a screenshot.",
|
|
|
- fap_author="Esteban Fuentealba",
|
|
|
- fap_weburl="https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero/"
|
|
|
-)
|
|
|
+ fap_category="GPIO/MALVEKE",
|
|
|
+ fap_description="ESP32 GAME BOY CAMERA live feed and photo capture, use left/right for exposition and center for saving a screenshot.",
|
|
|
+ fap_author="Esteban Fuentealba",
|
|
|
+ fap_weburl="https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero/",
|
|
|
+)
|