Просмотр исходного кода

Update readmes and settings screenshot.

Cody Tolene 2 лет назад
Родитель
Сommit
8cefd38e8e
4 измененных файлов с 5 добавлено и 1 удалено
  1. 2 0
      README.md
  2. 2 0
      src-fap/docs/README.md
  3. 1 1
      src-fap/manifest.yml
  4. BIN
      src-fap/screenshots/settings.png

+ 2 - 0
README.md

@@ -143,6 +143,8 @@ Note the upload may fail a few times, this is normal, try again. If it still fai
 
 **Dithering Type** Change between the Cycle Floyd–Steinberg, Jarvis-Judice-Ninke, and Stucki dithering types.
 
+**Flash** Toggle the ESP32-CAM onboard LED on/off when taking a picture.
+
 **Haptic FX** = Toggle haptic feedback on/off.
 
 **Sound FX** = Toggle sound effects on/off.

+ 2 - 0
src-fap/docs/README.md

@@ -26,6 +26,8 @@ Settings:
 
 **Orientation** = Rotate the camera image 90 degrees counter-clockwise starting at zero by default (0, 90, 180, 270). This is useful if you have your camera module mounted in a different orientation than the default.
 
+**Flash** Toggle the ESP32-CAM onboard LED on/off when taking a picture.
+
 **Dithering Type** Change between the Cycle Floyd–Steinberg, Jarvis-Judice-Ninke, and Stucki dithering types.
 
 **Haptic FX** = Toggle haptic feedback on/off.

+ 1 - 1
src-fap/manifest.yml

@@ -14,7 +14,7 @@ screenshots:
 short_description: "A camera suite application for the Flipper Zero ESP32-CAM module."
 sourcecode:
   location:
-    commit_sha: 1fee78d323ee2d9157f95be883c722a0f6b6fd39
+    commit_sha: ...
     origin: https://github.com/CodyTolene/Flipper-Zero-Camera-Suite.git
     subdir: src-fap
   type: git

BIN
src-fap/screenshots/settings.png