Closed

Description
rp2040js: 0.14.6
MicroPython: 1.17
OS: Windows 10
Steps to reproduce:
- clone rp2040js:
git clone https://github.com/wokwi/rp2040js.git
cd rp2040js
npm install
npm run start:micropython
- wait for repl:
f = open('test.txt', 'w')
- prints:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OSError: [Errno 19] ENODEV
Corresponds to filesystem not mounted: https://forum.micropython.org/viewtopic.php?t=1855#p10444
Metadata
Metadata
Assignees
Labels
No labels