|
|
@@ -4,14 +4,14 @@ App(
|
|
|
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_version=[2, 1],
|
|
|
fap_libs=[],
|
|
|
- fap_icon="icons/icon.png",
|
|
|
+ fap_icon="icons/icon.png",
|
|
|
fap_icon_assets="icons",
|
|
|
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/"
|
|
|
-)
|
|
|
+ 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/",
|
|
|
+)
|