Skip to content

Commit f7aae24

Browse files
committed
enable dependabot
1 parent b1de8a7 commit f7aae24

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
- package-ecosystem: "cargo"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Example Application for ESP32-CAM
2+
3+
First of all: do *NOT* use this for anything productive, this is just a prototype! You're probably better off using the
4+
[`CameraWebServer` Arduino example].
5+
6+
This repository needs a lot of cleanup and - hopefully - standardisation / moving things to other crates before this
7+
can serve as a reasonable example for anything.
8+
9+
This is based on [Dominaezzz/esp32-mjpeg] which targets the ESP32S3. In an optimal world there would be some traits
10+
implemented for both devices and an application can be agnostic of them.
11+
12+
[`CameraWebServer` Arduino example]: https://github.com/espressif/arduino-esp32/tree/master/libraries/ESP32/examples/Camera/CameraWebServer
13+
[Dominaezzz/esp32-mjpeg]: https://github.com/Dominaezzz/esp32-mjpeg

0 commit comments

Comments
 (0)