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 7b32445 commit 48d6624Copy full SHA for 48d6624
libraries/SD_MMC/examples/SDMMC_time/SDMMC_time.ino
@@ -240,7 +240,7 @@ void setup(){
240
if(!SD_MMC.begin("/sdcard", use_1_bit_mode)){
241
Serial.println("Card Mount Failed.");
242
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");
+ Serial.println("Make sure that all data pins have a 10k Ohm pull-up resistor");
244
#ifdef SOC_SDMMC_USE_GPIO_MATRIX
245
Serial.println("Make sure that when using generic ESP32-S3 board the pins are setup using SD_MMC.setPins()");
246
#endif
0 commit comments