Skip to content

Commit 03f6ef3

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

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

0 commit comments

Comments
 (0)