From f2db4b106d659b05656c7faa8c13650d6a833d4d Mon Sep 17 00:00:00 2001 From: DawitMengistu <107931523+DawitMengistu@users.noreply.github.com> Date: Sun, 20 Oct 2024 07:51:13 +0300 Subject: [PATCH] Update README.md Added how to add the library for beginners. --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cda53f37..ff387e5c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,18 @@ # Unleash the full power of you ESP32 camera +## How to Add the Library +Download the ZIP File: Download the library as a ZIP file and extract it. + +Locate the Correct Folder: Inside the extracted folder, you will find a folder named EloquentEsp32cam-main. This folder contains the necessary files (e.g., library.json, library.properties). + +Add the Library to Arduino IDE: Open Arduino IDE and go to: + +Sketch -> Include Library -> Add .ZIP Library... + +Select the inner EloquentEsp32cam-main folder (the one containing the library files). + +Make sure you add the 2nd EloquentEsp32cam-main folder to avoid errors. + This Arduino library kickstarts your ESP32 camera projects by providing you a set of tools to easily interact your the camera. @@ -188,4 +201,4 @@ void loop() { }); } } -``` \ No newline at end of file +```