We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934841e commit 594ee6dCopy full SHA for 594ee6d
libraries/SD_MMC/src/SD_MMC.cpp
@@ -64,6 +64,7 @@ bool SDMMCFS::begin(const char * mountpoint, bool mode1bit)
64
#endif
65
if(mode1bit) {
66
host.flags = SDMMC_HOST_FLAG_1BIT; //use 1-line SD mode
67
+ slot_config.width = 1;
68
}
69
70
esp_vfs_fat_sdmmc_mount_config_t mount_config = {
0 commit comments