Skip to content

Commit 837a9f2

Browse files
committed
take out readonly
causing problems with stability, filed issue on cp repo
1 parent dd9a1dc commit 837a9f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Duplo_Color_Boombox/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
cs = board.D10
2525
sdcard = sdcardio.SDCard(spi, cs)
2626
vfs = storage.VfsFat(sdcard)
27-
storage.mount(vfs, "/sd", readonly=True)
27+
storage.mount(vfs, "/sd")
2828

2929
#Audio
3030
try:

0 commit comments

Comments
 (0)