This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Description
Currently in order to have all the symlinks files in ports/esp/modules available for the ESP32 build a micropython/micropython-lib repository needs to be located at the same directory level as the micropython/micropython-esp32 repository.
The ESP32/README.MD should include this detail unless there's something that can be done to change the characteristic.
There are two symlinks with this problem.
micropython-esp32/ports/esp32/modules/upysh.py
symlinks to "../../../../micropython-lib/upysh/upysh.py"
micropython-esp32/ports/esp32/modules/urequests.py
symlinks to "../../../../micropython-lib/urequests/urequests.py"