We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db08c6a commit 03f6ef3Copy full SHA for 03f6ef3
libraries/SD_MMC/examples/SDMMC_Test/SDMMC_Test.ino
@@ -237,7 +237,7 @@ void setup(){
237
if(!SD_MMC.begin("/sdcard", use_1_bit_mode)){
238
Serial.println("Card Mount Failed.");
239
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");
+ Serial.println("Make sure that all data pins have a 10k Ohm pull-up resistor");
241
#ifdef SOC_SDMMC_USE_GPIO_MATRIX
242
Serial.println("Make sure that when using generic ESP32-S3 board the pins are setup using SD_MMC.setPins()");
243
#endif
0 commit comments