mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
mimxrt/modules: Append /flash/lib to the default sys.path.
This commit is contained in:
@@ -16,6 +16,7 @@ except:
|
||||
os.mount(vfs, "/flash")
|
||||
os.chdir("/flash")
|
||||
sys.path.append("/flash")
|
||||
sys.path.append("/flash/lib")
|
||||
|
||||
# do not mount the SD card if SKIPSD exists.
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user