We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rp2040js: 0.14.6 MicroPython: 1.17 OS: Windows 10
Steps to reproduce:
git clone https://github.com/wokwi/rp2040js.git
cd rp2040js
npm install
npm run start:micropython
f = open('test.txt', 'w')
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