Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 77d96e9

Browse files
PilnyTomaslucasssvaz
andauthoredAug 24, 2023
Update libraries/SD_MMC/examples/SDMMC_time/SDMMC_time.ino
Co-authored-by: Lucas Saavedra Vaz <[email protected]>
1 parent 44621b2 commit 77d96e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libraries/SD_MMC/examples/SDMMC_time/SDMMC_time.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ void setup(){
211211
Serial.println("");
212212

213213
// If you are using any other ESP32-S3 board than ESP32-S3-USB-OTG which has preset default pins, you will
214-
// need to specify the pins with the following example of SD_MMC.setPins()
214+
// need to specify the pins with the following example of SD_MMC.setPins()
215215
// If you want to use only 1-bit mode, you can use the line with only one data pin (d0) begin changed.
216216
// Please note that ESP32 does not allow pin changes and will fail unless you enter the same pin config as is the hardwired.
217217
#if defined(SOC_SDMMC_USE_GPIO_MATRIX) && not defined(BOARD_HAS_SDMMC)

0 commit comments

Comments
 (0)
Please sign in to comment.