diff --git a/src/micropython b/src/micropython index c2a45d7b1..7eef9883c 160000 --- a/src/micropython +++ b/src/micropython @@ -1 +1 @@ -Subproject commit c2a45d7b1f6070e761fc045dd0668f8e7b63b833 +Subproject commit 7eef9883c083ae2f110ab77cdbf5f6d256487c04 diff --git a/src/omv/main.c b/src/omv/main.c index 0ba255c46..b92ba9a4f 100644 --- a/src/omv/main.c +++ b/src/omv/main.c @@ -521,7 +521,7 @@ soft_reset: if (sdcard_is_present()) { // Init the vfs object vfs_fat->blockdev.flags = 0; - sdcard_init_vfs(vfs_fat, 1); + sdcard_init_vfs(vfs_fat, 0); // Try to mount the SD card FRESULT res = f_mount(&vfs_fat->fatfs);