From 31cb31abba47a86db59e0cfd95932f02be7e8fb8 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sun, 19 Oct 2025 19:14:52 +0300 Subject: [PATCH] Revise ESP32 connection instructions in README Updated instructions for selecting the ESP32 board and port. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89164fe..8aed6e7 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,10 @@ https://dl.espressif.com/dl/package_esp32_index.json 7. `Search 'esp32' by Espressif Systems, and install it` > ⚠️ **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>Port>'Select the esp's port'` -10. `Tools>Manage Libraries...>Install the libraries used in the code` -11. `Click the 'upload ➡️' button` +9. `Tools>Board>'ESP32 Wrover Module'` +10. `Tools>Port>'Select the esp's port'` +11. `Tools>Manage Libraries...>Install the libraries used in the code` +12. `Click the 'upload ➡️' button` ✅ **To make sure it has been uploaded successfully, you should see the message 'Done uploading'**