Revise ESP32 connection instructions in README

Updated instructions for selecting the ESP32 board and port.
This commit is contained in:
FURK4NGG
2025-10-19 19:14:52 +03:00
committed by GitHub
parent 24e719a14a
commit 31cb31abba
+4 -3
View File
@@ -53,9 +53,10 @@ https://dl.espressif.com/dl/package_esp32_index.json
7. `Search 'esp32' by Espressif Systems, and install it` 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. > ⚠️ **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` 8. `Plug the ESP32CAM into your computer`
9. `Tools>Port>'Select the esp's port'` 9. `Tools>Board>'ESP32 Wrover Module'`
10. `Tools>Manage Libraries...>Install the libraries used in the code` 10. `Tools>Port>'Select the esp's port'`
11. `Click the 'upload ➡️' button` 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'** ✅ **To make sure it has been uploaded successfully, you should see the message 'Done uploading'**