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

Commit 14fb53e

Browse files
committed
esp32: Update module symlinks now that code lives under the ports dir.
1 parent 5311cc7 commit 14fb53e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ports/esp32/modules/upip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../tools/upip.py
1+
../../../tools/upip.py

ports/esp32/modules/upip_utarfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../tools/upip_utarfile.py
1+
../../../tools/upip_utarfile.py

ports/esp32/modules/upysh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../../micropython-lib/upysh/upysh.py
1+
../../../../micropython-lib/upysh/upysh.py

ports/esp32/modules/urequests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../../micropython-lib/urequests/urequests.py
1+
../../../../micropython-lib/urequests/urequests.py

0 commit comments

Comments
 (0)