Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed Dec 5, 2021
1 parent 59bb6f8 commit 6146084
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To use the AF function of the OV5640 on the ESP32 AI-Thinker board, you need to

# Updates

- v0.1.0
- v0.1.1
- Only Added CONTINUOUS AUTOFOCUS Mode

# License
Expand Down
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Library for OV5640 Auto Focus (ESP32 Camera)",
"name": "Library for OV5640 Auto Focus on ESP32 Camera",
"keywords": "OV5640, OV5640AF, ESP32 Camera, ESP32CAM",
"description": "Enables the autofocus function of the OV5640 on the ESP32.",
"repository":
{
"type": "git",
"url": "https://github.com/0015/ESP32-OV5640-AF.git"
},
"version": "0.1.0",
"version": "0.1.1",
"frameworks": "arduino",
"platforms": "*"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=OV5640 Auto Focus for ESP32 Camera
version=0.1.0
version=0.1.1
author=Eric Nam
maintainer=Eric Nam <[email protected]>
sentence=A library that makes the OV5640AF usable on the ESP32.
Expand Down

0 comments on commit 6146084

Please sign in to comment.