From add8aa838cfcca87d1c0a37ab7776d005b59bc37 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:41:54 +0300 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 36af610..b53b88f 100644 --- a/README.md +++ b/README.md @@ -41,22 +41,21 @@ ## 📦 Setup 1. `Refer to the circuit diagram` -2. `Install and open Arduino IDE` -3. `Open the 'esp32_home-assistan_telegram.ino'` -4. `Paste your wifi, bot token and chat id inf.` -5. `File>Preferences>Additional Boards Manager URLs:(Click the double window button)` +2. `Install the Arduino IDE and open 'esp32_home-assistan_telegram.ino` +3. `Paste your wifi, bot token and chat id inf.` +4. `File>Preferences>Additional Boards Manager URLs:(Click the double window button)` >Paste this code ```bash https://dl.espressif.com/dl/package_esp32_index.json ``` -6. `Click 'OK'` -7. `Tools>Board>Boards Manager...` -8. `Search 'esp32' by Espressif Systems, and install it` +5. `Click 'OK'` +6. `Tools>Board>Boards Manager...` +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. -9. `Plug the ESP32CAM into your computer` -10. `Tools>Port>'Select the esp's port'` -11. `Tools>Manage Libraries...` -12. `Click the 'upload ➡️' button` +8. `Plug the ESP32CAM into your computer` +9. `Tools>Port>'Select the esp's port'` +10. `Tools>Manage Libraries...` +11. `Click the 'upload ➡️' button` ✅ **To make sure it has been uploaded successfully, you should see the message 'Done uploading'**