-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Eric
committed
Dec 5, 2021
1 parent
59bb6f8
commit 6146084
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "*" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|