Skip to content

Commit 4e46197

Browse files
Update libraries/SD_MMC/examples/SDMMC_Test/SDMMC_Test.ino
Co-authored-by: Lucas Saavedra Vaz <lucassvaz@yahoo.com.br>
1 parent f584f12 commit 4e46197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SD_MMC/examples/SDMMC_Test/SDMMC_Test.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ void setup(){
216216
// If you are using any other ESP32-S3 board than ESP32-S3-USB-OTG which has preset default pins, you will
217217
// need to specify the pins with the following example of SD_MMC.setPins()
218218
// If you want to use only 1-bit mode, you can use the line with only one data pin (d0) begin changed.
219-
// Please note that ESP32 does not allow pin change and will fail unless you enter the same pin config as is the hardwired.
219+
// Please note that ESP32 does not allow pin changes and will fail unless you enter the same pin config as is the hardwired.
220220
#if defined(SOC_SDMMC_USE_GPIO_MATRIX) && not defined(BOARD_HAS_SDMMC)
221221
//if(! SD_MMC.setPins(clk, cmd, d0)){ // 1-bit line version
222222
if(! SD_MMC.setPins(clk, cmd, d0, d1, d2, d3)){ // 4-bit line version

0 commit comments

Comments
 (0)