Skip to content

Commit 48d6624

Browse files
Update libraries/SD_MMC/examples/SDMMC_time/SDMMC_time.ino
Co-authored-by: Lucas Saavedra Vaz <[email protected]>
1 parent 7b32445 commit 48d6624

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
@@ -240,7 +240,7 @@ void setup(){
240240
if(!SD_MMC.begin("/sdcard", use_1_bit_mode)){
241241
Serial.println("Card Mount Failed.");
242242
Serial.println("Increase log level to see more info: Tools > Core Debug Level > Verbose");
243-
Serial.println("Make sure that all data pins have 10 kOhm pull-up resistor");
243+
Serial.println("Make sure that all data pins have a 10k Ohm pull-up resistor");
244244
#ifdef SOC_SDMMC_USE_GPIO_MATRIX
245245
Serial.println("Make sure that when using generic ESP32-S3 board the pins are setup using SD_MMC.setPins()");
246246
#endif

0 commit comments

Comments
 (0)