Update README.md

This commit is contained in:
FURK4NGG
2025-10-06 16:41:54 +03:00
committed by GitHub
parent 1b837d41b9
commit add8aa838c
+10 -11
View File
@@ -41,22 +41,21 @@
## 📦 Setup ## 📦 Setup
1. `Refer to the circuit diagram` 1. `Refer to the circuit diagram`
2. `Install and open Arduino IDE` 2. `Install the Arduino IDE and open 'esp32_home-assistan_telegram.ino`
3. `Open the 'esp32_home-assistan_telegram.ino'` 3. `Paste your wifi, bot token and chat id inf.`
4. `Paste your wifi, bot token and chat id inf.` 4. `File>Preferences>Additional Boards Manager URLs:(Click the double window button)`
5. `File>Preferences>Additional Boards Manager URLs:(Click the double window button)`
>Paste this code >Paste this code
```bash ```bash
https://dl.espressif.com/dl/package_esp32_index.json https://dl.espressif.com/dl/package_esp32_index.json
``` ```
6. `Click 'OK'` 5. `Click 'OK'`
7. `Tools>Board>Boards Manager...` 6. `Tools>Board>Boards Manager...`
8. `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.
9. `Plug the ESP32CAM into your computer` 8. `Plug the ESP32CAM into your computer`
10. `Tools>Port>'Select the esp's port'` 9. `Tools>Port>'Select the esp's port'`
11. `Tools>Manage Libraries...` 10. `Tools>Manage Libraries...`
12. `Click the 'upload ➡️' button` 11. `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'**