Skip to content

Commit 2b80d92

Browse files
committed
Minor SD_MSS update
1 parent eecefc1 commit 2b80d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/SD_MMC/src/SD_MMC.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ bool SDMMCFS::begin(const char * mountpoint)
4242
//mount
4343
sdmmc_slot_config_t slot_config = SDMMC_SLOT_CONFIG_DEFAULT();
4444
sdmmc_host_t host = SDMMC_HOST_DEFAULT();
45-
host.max_freq_khz = SDMMC_FREQ_HIGHSPEED;
46-
//host.flags = SDMMC_HOST_FLAG_1BIT; //use 1-line SD mode
45+
host.max_freq_khz = SDMMC_FREQ_HIGHSPEED; //SDMMC_FREQ_PROBING; //SDMMC_FREQ_HIGHSPEED;
46+
host.flags = SDMMC_HOST_FLAG_1BIT; //use 1-line SD mode
4747

4848
esp_vfs_fat_sdmmc_mount_config_t mount_config = {
4949
.format_if_mount_failed = false,

0 commit comments

Comments
 (0)