Skip to content

Commit db08c6a

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

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
@@ -45,7 +45,7 @@ byte daysavetime = 1;
4545
// If the SD_MMC is initialized with default pins it will result in rebooting loop - please
4646
// reassign the pins elsewhere using the mentioned command `setPins`.
4747
// Note: ESP32-S3-WROOM-1 does not have GPIO 33 and 34 broken out.
48-
// Note: The board SP32-S3-USB-OTG has predefined default pins and the following definitions with the setPins() call will not be compiled.
48+
// Note: The board ESP32-S3-USB-OTG has predefined default pins and the following definitions with the setPins() call will not be compiled.
4949
// Note: Pins in this definition block are ordered from top down in order in which they are on the full-sized SD card
5050
// from left to right when facing the pins down (when connected to a breadboard)
5151

0 commit comments

Comments
 (0)