From f9742077f6b6d9c5d0383a4f2e04d774a9bbabd1 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:37:05 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7fa90a..3e2cc8e 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ https://dl.espressif.com/dl/package_esp32_index.json ``` 3. `Click 'OK'` 4. `Install the 'Arduino IDE' software and open 'Examples>ESP32>Camera>CameraWebServer' file` -5. `Tools>Board>Boards Manager...` -6. `Search 'esp32' by Espressif Systems, and install it` +5. `Open the 'board_config.h' and add '//' at the beginning to turn your default camera module line for change into a comment line then, remove the '//' in front of #define CAMERA_MODEL_AI_THINKER.` +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. 7. `Plug the ESP32CAM into your computer` 8. `Tools>Board>esp32>'AI Thinker ESP32-CAM'`