Skip to content

Commit b0e548f

Browse files
committed
v0.0.20240626
1 parent 7644769 commit b0e548f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ This library has been tested with AI Thinker [ESP32-CAM](https://docs.ai-thinker
1414

1515
## Installation
1616

17-
1. Clone this repository under `$HOME/Arduino/libraries` directory.
18-
2. Add `#include <esp32cam.h>` to your sketch.
17+
1. Install [ESP32 Arduino core](https://github.com/espressif/arduino-esp32) v3.x.
18+
2. Clone this repository under `$HOME/Arduino/libraries` directory.
1919
3. In *Tools* - *Board* menu, select **AI Thinker ESP32-CAM** to enable 4MB external PSRAM.
20-
4. Check out the [examples](examples/) for how to use.
20+
4. Add `#include <esp32cam.h>` to your sketch.
21+
5. Check out the [examples](examples/) for how to use.

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=esp32cam
2-
version=0.0.20240110
2+
version=0.0.20240626
33
author=Junxiao Shi
44
maintainer=Junxiao Shi
55
sentence=OV2640 camera on ESP32-CAM.

0 commit comments

Comments
 (0)