File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,19 +9,19 @@ Clone the required repositories:
99``` bash
1010mkdir ~ /MicroPythonOS
1111cd ~ /MicroPythonOS
12+
1213git clone https://github.com/MicroPythonOS/MicroPythonOS.git
1314git clone https://github.com/MicroPythonOS/freezeFS
1415git clone https://github.com/MicroPythonOS/secp256k1-embedded-ecdh
1516git clone https://github.com/MicroPythonOS/lvgl_micropython
16- cd lvgl_micropython/
1717echo " 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
2020git clone https://github.com/cnadler86/micropython-camera-API
21- cd micropython-camera-API/
21+ pushd micropython-camera-API/
2222git checkout v0.4.0
2323echo ' include("~/MicroPythonOS/lvgl_micropython/build/manifest.py")' >> src/manifest.py
24-
24+ popd
2525```
2626
2727## Build Process
You can’t perform that action at this time.
0 commit comments