Skip to content

Commit

Permalink
(fix) source <-> destination changed
Browse files Browse the repository at this point in the history
  • Loading branch information
lemariva committed Feb 2, 2022
1 parent 465dc2b commit f56e12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f56e12a

Please sign in to comment.