From f56e12a587456d4371ecbd6601b3889e636896f8 Mon Sep 17 00:00:00 2001 From: Mauro Riva Date: Wed, 2 Feb 2022 12:04:21 +0100 Subject: [PATCH] (fix) source <-> destination changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca175e3..30b0c4a 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Read this section if you want to include the camera support to MicroPython from :warning: If you want to directly replace the original files with the provided in this repository, be sure that you've taken the same commit hash. MicroPython changes a lot, and you'll compiling issues if you ignore this warning. -2. Copy the files and folders inside the `boards` folder into `micropython/ports/esp32/boards`. Or use a symbolic link `ln -s micropython/ports/esp32/boards/ESP32_CAM [...]/micropython-camera-driver/boards/ESP32_CAM` (recommended - change the `[...]` to the right path). +2. Copy the files and folders inside the `boards` folder into `micropython/ports/esp32/boards`. Or use a symbolic link `ln -s [...]/micropython-camera-driver/boards/ESP32_CAM micropython/ports/esp32/boards/ESP32_CAM ` (recommended - change the `[...]` to the right path). 3. Clone the `https://github.com/espressif/esp32-camera` repository inside the `~/esp/esp-idf/components` folder. ```sh cd ~/esp/esp-idf/components