Erwin Ried пре 2 година
родитељ
комит
963f8e89e2

+ 1 - 1
flipper_companion_apps/applications/plugins/esp32cam_camera/application.fam

@@ -9,7 +9,7 @@ App(
     order=1,
 	fap_icon="icon.png",
     fap_category="GPIO",
-	fap_description="ESP32-CAM live feed and photo capture",
+	fap_description="ESP32-CAM live feed and photo capture, use left/right for orientation/mode, up/down for brightness and center for saving a screenshot. [Unplug the USB cable to test with Mayhem]",
 	fap_author="Z4urce",
 	fap_weburl="https://github.com/Z4urce/flipper-camera"
 )

+ 1 - 0
flipper_companion_apps/applications/plugins/esp32cam_marauder_companion/application.fam

@@ -9,4 +9,5 @@ App(
     order=2,
     fap_icon="wifi_10px.png",
     fap_category="GPIO",
+	fap_description="ESP32-CAM version of Marauder. Includes all functionality from the original plus some options to trigger the camera and flashlight. [Unplug the USB cable to test with Mayhem]"
 )

+ 1 - 1
flipper_companion_apps/applications/plugins/esp32cam_motion_detection/application.fam

@@ -9,7 +9,7 @@ App(
     order=1,
 	fap_icon="icon.png",
   fap_category="GPIO",
-	fap_description="ESP32-CAM Motion detection",
+	fap_description="ESP32-CAM Motion detection. It generates a beep when motion is detected. Can be extended to trigger more stuff in the code. [Unplug the USB cable to test with Mayhem]",
 	fap_author="eried",
 	fap_weburl="https://flipper.ried.cl"
 )

+ 1 - 1
flipper_companion_apps/applications/plugins/esp32cam_qrcode/application.fam

@@ -9,7 +9,7 @@ App(
     order=1,
 	fap_icon="icon.png",
   fap_category="GPIO",
-	fap_description="ESP32-CAM QR code",
+	fap_description="ESP32-CAM simple app to show a payload from QR codes. Can be extended to trigger more stuff in the code. [Unplug the USB cable to test with Mayhem]",
 	fap_author="eried",
 	fap_weburl="https://flipper.ried.cl"
 )