Skip to content

Commit 4f48f3e

Browse files
Simplify
1 parent c0da101 commit 4f48f3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/building/esp32.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ Clone the required repositories:
99
```bash
1010
mkdir ~/MicroPythonOS
1111
cd ~/MicroPythonOS
12+
1213
git clone https://github.com/MicroPythonOS/MicroPythonOS.git
1314
git clone https://github.com/MicroPythonOS/freezeFS
1415
git clone https://github.com/MicroPythonOS/secp256k1-embedded-ecdh
1516
git clone https://github.com/MicroPythonOS/lvgl_micropython
16-
cd lvgl_micropython/
1717
echo " espressif/esp32-camera:
18-
git: https://github.com/cnadler86/esp32-camera.git" > lib/micropython/ports/esp32/main/idf_component.yml
18+
git: https://github.com/cnadler86/esp32-camera.git" > lvgl_micropython/lib/micropython/ports/esp32/main/idf_component.yml
1919

2020
git clone https://github.com/cnadler86/micropython-camera-API
21-
cd micropython-camera-API/
21+
pushd micropython-camera-API/
2222
git checkout v0.4.0
2323
echo 'include("~/MicroPythonOS/lvgl_micropython/build/manifest.py")' >> src/manifest.py
24-
24+
popd
2525
```
2626

2727
## Build Process

0 commit comments

Comments
 (0)