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

Squashed 'camera_suite/' changes from 59a235a10..eb0351e74

eb0351e74 update camera suite
0135d7541 move base pack here
REVERT: 59a235a10 Update README, preview images, changelog, and versioning.
REVERT: b6134a3ae Stabilize firmware and software builds.
REVERT: ca047f917 Modified old firmware.
REVERT: 6bf551234 Update the new firmware update, add camera model. Stabilize Flipper Zero software.
REVERT: 0e22e2d8a Polish a few things up.
REVERT: d31807bef Fix inversion issue.
REVERT: 3f6b574d4 Stage jpeg save for future work.
REVERT: 3dd9a706e Improve auto flasher.
REVERT: 9e113067d Add new auto-flash utility for the ESP-32 firmware.

git-subtree-dir: camera_suite
git-subtree-split: eb0351e747a73c04eef5ba6fb985afa6b94caec5
Willy-JL 2 лет назад
Родитель
Сommit
aaac1ed1d4
2 измененных файлов с 28 добавлено и 20 удалено
  1. 28 0
      LICENSE
  2. 0 20
      manifest.yml

+ 28 - 0
LICENSE

@@ -0,0 +1,28 @@
+BSD 3-Clause License
+
+Copyright (c) 2023, Zalán Kórósi
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holder nor the names of its
+   contributors may be used to endorse or promote products derived from
+   this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

+ 0 - 20
manifest.yml

@@ -1,20 +0,0 @@
-author: "@CodyTolene @Z4urce @leedave"
-category: "GPIO"
-changelog: "@./docs/CHANGELOG.md"
-description: "@./docs/README.md"
-icon: "icons/camera_suite.png"
-id: "camera_suite"
-name: "[ESP32] Camera Suite"
-screenshots:
-  - "screenshots/start_screen.png"
-  - "screenshots/main_menu.png"
-  - "screenshots/camera_preview.png"
-  - "screenshots/guide.png"
-  - "screenshots/settings.png"
-short_description: "A camera suite application for the Flipper Zero ESP32-CAM module."
-sourcecode:
-  location:
-    commit_sha: ...
-    origin: https://github.com/CodyTolene/Flipper-Zero-Camera-Suite.git
-    subdir: fap
-  type: git