File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
libraries/SD_MMC/examples/SDMMC_Test Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ void setup(){
214
214
Serial.println (" SDMMC_Test.ino starting!" );
215
215
216
216
// If you are using any other ESP32-S3 board than ESP32-S3-USB-OTG which has preset default pins, you will
217
- // need to specify the pins with the following example of SD_MMC.setPins()
217
+ // need to specify the pins with the following example of SD_MMC.setPins()
218
218
// If you want to use only 1-bit mode, you can use the line with only one data pin (d0) begin changed.
219
219
// Please note that ESP32 does not allow pin changes and will fail unless you enter the same pin config as is the hardwired.
220
220
#if defined(SOC_SDMMC_USE_GPIO_MATRIX) && not defined(BOARD_HAS_SDMMC)
You can’t perform that action at this time.
0 commit comments