Skip to content

Commit 6dda9d2

Browse files
authored
Merge pull request #3194 from adafruit/duplo_update
take out readonly
2 parents dd9a1dc + 837a9f2 commit 6dda9d2

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)