From cd46f36a63db635988995e4c5708b18f9061ea7b Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sun, 19 Oct 2025 22:31:45 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 3e5a1b6..a93975c 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,18 @@ https://dl.espressif.com/dl/package_esp32_index.json > ⚠️ **Warning:** Make sure you have installed the correct USB driver (CH340, CH341, FT232R / FTDI Driver, CP2102) before connecting the ESP32CAM to your computer. 8. `Plug the ESP32CAM into your computer` 9. `Tools>Board>esp32>'ESP32 Wrover Module'` +
+Apply these changes: + +- Core Debug Level: None +- Erase All Flash Before Sketch Upload: Disabled +- Flash Frequency: 80MHz +- Flash Mode: QIO +- Partition Scheme: Huge APP (3MB No OTA/1MB SPIFFS) +- Upload Speed: 115200 +- *115200 baud* + +
10. `Tools>Port>'Select the esp's port'` 11. `Tools>Manage Libraries...>Install the libraries used in the code` 12. `Click the 'upload ➡️' button`