From cf8fc562b3c01f6a4667c90f5f1b58ff6844c526 Mon Sep 17 00:00:00 2001 From: Anatoli Arkhipenko Date: Tue, 26 May 2020 09:14:05 -0400 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index dcc2078..ba85ba3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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. +**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: @@ -19,13 +19,13 @@ 4. Compile the **esp32-cam.ino** sketch using the following settings: - ESP32 Dev Module - CPU Freq: 240 - Flash Freq: 80 - Flash mode: QIO - Flash Size: 4Mb - Partition: Minimal SPIFFS (or any other that would fit the sketch) - PSRAM: Enabled +ESP32 Dev Module +CPU Freq: 240 +Flash Freq: 80 +Flash mode: QIO +Flash Size: 4Mb +Partition: Minimal SPIFFS (or any other that would fit the sketch) +PSRAM: Enabled ### Results: @@ -33,4 +33,4 @@ I was able to run multiple browser windows, multiple VLC windows and connect mul This is incredible considering the size of this thing! The camera on ESP-EYE is actually quite good. -### Enjoy! \ No newline at end of file +### Enjoy!