From fd4b6aade2d0e76586437bfc5658a6eb77816813 Mon Sep 17 00:00:00 2001 From: Anatoli Arkhipenko Date: Tue, 26 May 2020 09:14:41 -0400 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ba85ba3..0dd0b11 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,16 @@ 1. Download latest ZIP file from https://github.com/espressif/esp32-camera.git into the esp32-cam subfolder 2. unzip using `unzip -j esp32-cam-master.zip` command. This will place all files in the same folder + **NOTE:** please observe the `-j` flag: the sketch assumes all files are in the same folder. 3. In **esp32-cam.ino** sketch select your camera pin assignment. The choices are: - 1. CAMERA_MODEL_WROVER_KIT - 2. CAMERA_MODEL_ESP_EYE - 3. CAMERA_MODEL_M5STACK_PSRAM - 4. CAMERA_MODEL_M5STACK_WIDE - 5. CAMERA_MODEL_AI_THINKER +1. CAMERA_MODEL_WROVER_KIT +2. CAMERA_MODEL_ESP_EYE +3. CAMERA_MODEL_M5STACK_PSRAM +4. CAMERA_MODEL_M5STACK_WIDE +5. CAMERA_MODEL_AI_THINKER 4. Compile the **esp32-cam.ino** sketch using the following settings: