CircuitPython version
Adafruit CircuitPython 8.0.0-beta.3 on 2022-10-22; Raspberry Pi Pico W with rp2040
Code/REPL
text = open("TextFile.txt", "w")
text.write("Test")
text.close()
Behavior
Returns the following error:
Traceback (most recent call last):
File "stdin", line 1, in "module"
OSError: [Errno 30] Read-only filesystem
Description
No response
Additional information
No response
CircuitPython version
Code/REPL
Behavior
Returns the following error:
Traceback (most recent call last):
File "stdin", line 1, in "module"
OSError: [Errno 30] Read-only filesystem
Description
No response
Additional information
No response