From 1ce524b1207702a405823ebdc84f06b8f0d9c3c5 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:05:44 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a0e673..3a5eb3d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,12 @@ 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)` +>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` > ⚠️ **Warning:** Make sure you have installed the correct USB driver (CH340, CH341, FT232R / FTDI Driver, CP2102) before connecting the ESP32CAM to your computer.