Skip to content

Commit

Permalink
v0.0.20240626
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny committed Jun 27, 2024
1 parent 7644769 commit b0e548f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ This library has been tested with AI Thinker [ESP32-CAM](https://docs.ai-thinker

## Installation

1. Clone this repository under `$HOME/Arduino/libraries` directory.
2. Add `#include <esp32cam.h>` to your sketch.
1. Install [ESP32 Arduino core](https://github.com/espressif/arduino-esp32) v3.x.
2. Clone this repository under `$HOME/Arduino/libraries` directory.
3. In *Tools* - *Board* menu, select **AI Thinker ESP32-CAM** to enable 4MB external PSRAM.
4. Check out the [examples](examples/) for how to use.
4. Add `#include <esp32cam.h>` to your sketch.
5. Check out the [examples](examples/) for how to use.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=esp32cam
version=0.0.20240110
version=0.0.20240626
author=Junxiao Shi
maintainer=Junxiao Shi
sentence=OV2640 camera on ESP32-CAM.
Expand Down

0 comments on commit b0e548f

Please sign in to comment.