Closed ripper121 closed 7 years ago
there is sdcard support, but maybe not in a micropython way.
try 'badge.mount_sdcard()' and the sdcard is mounted as /sdcard. (this folder is not visible unless you create it first with uos.mkdir('/sdcard') before mounting)
Why is there no SDCard Support?