Kaynağa Gözat

Version 1.4 (RC Support)

Cody Tolene 2 yıl önce
ebeveyn
işleme
8ebd0e2ccd
3 değiştirilmiş dosya ile 18 ekleme ve 5 silme
  1. 1 1
      application.fam
  2. 15 2
      docs/CHANGELOG.md
  3. 2 2
      docs/README.md

+ 1 - 1
application.fam

@@ -8,7 +8,7 @@ App(
     fap_description="A camera suite application for the Flipper Zero ESP32-CAM module.",
     fap_icon="icons/camera_suite.png",
     fap_libs=["assets"],
-    fap_version="1.3",
+    fap_version="1.4",
     fap_weburl="https://github.com/CodyTolene/Flipper-Zero-Cam",
     name="[ESP32] Camera Suite",
     order=1,

+ 15 - 2
docs/CHANGELOG.md

@@ -1,10 +1,23 @@
 ## Roadmap
 
-- Store images to onboard ESP32-CAM SD card (currently in progress, #24).
+- Store images to onboard ESP32-CAM SD card (partially completed, #24).
 - Camera preview GUI overlay (#21).
 - Full screen 90 degree and 270 degree fill (#6).
 
-## v1.3 (current)
+## v1.4
+
+- Add RC builds to repo.
+- Improve FAP code.
+- Improve Firmware code (requires reflash).
+- Improve Firmware flashing utility code.
+- Improve GitHub actions code.
+- Look to mitigate issue "Mirrored Image" #27.
+
+## v1.3.1 (patch)
+
+- Addressed new linting issue with `ufbt` tools.
+
+## v1.3
 
 - Important: Firmware Update Required! Ensure you update your firmware to fully utilize the new features. Backwards compatibility should be ok.
 - New Feature: Introducing the Firmware Flash utility, simplifying the firmware flashing process. Refer to the project readme for detailed instructions. (Closes #26)

+ 2 - 2
docs/README.md

@@ -18,7 +18,7 @@ Button mappings:
 
 **Right** = Toggle dithering on/off.
 
-**Center** = Take a picture and save to the "DCIM" folder at the root of your SD card. Image will be saved as a bitmap file with a timestamp as the filename ("YYYYMMDD-HHMMSS.bmp"). If flash is on in the settings (enabled by default) the ESP32-CAM onboard LED will light up when the picture is taken.
+**Center** = Take a picture and save to the "DCIM" folder at the root of your SD card. Image will be saved as a bitmap file with a timestamp as the filename ("YYYYMMDD-HHMMSS.bmp"). If flash is on in the settings (enabled by default) the ESP32-CAM onboard LED will light up when the camera is opened.
 
 **Back** = Go back.
 
@@ -26,7 +26,7 @@ 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.
+**Flash** Toggle the ESP32-CAM onboard LED on/off while using the camera.
 
 **Dithering Type** Change between the Cycle Floyd–Steinberg, Jarvis-Judice-Ninke, and Stucki dithering types.