Skip to content

Commit ba02c73

Browse files
Update docs
1 parent 2731448 commit ba02c73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/building/esp32.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ git clone https://github.com/MicroPythonOS/lvgl_micropython
1818
echo " espressif/esp32-camera:
1919
git: https://github.com/MicroPythonOS/esp32-camera" >> lvgl_micropython/lib/micropython/ports/esp32/main/idf_component.yml
2020
21-
echo 'include("$(MPY_DIR)/extmod/asyncio") # This is needed to have asyncio, which is used by aiohttp, which has easy to use websockets' >> lvgl_micropython/lib/micropython/ports/unix/variants/manifest.py
21+
echo 'include("$(MPY_DIR)/extmod/asyncio") # This is needed to have asyncio, which is used by aiohttp, which has used by websockets' >> lvgl_micropython/lib/micropython/ports/unix/variants/manifest.py
2222
23-
# Unix builds need this as they don't handle C_
23+
# Unix builds need these symlinks because they don't handle USER_C_MODULE properly:
2424
ln -s ../../secp256k1-embedded-ecdh lvgl_micropython/ext_mod/secp256k1-embedded-ecdh
2525
ln -s ../../MicroPythonOS/c_mpos lvgl_micropython/ext_mod/c_mpos
2626

0 commit comments

Comments
 (0)