So I was trying the example sdspi with the ESP32S3 sense board and it show error that says
Make sure SD card lines have pull-up resistors in place.
How do we deal with that ?
The product I am using Seeed Studio XIAO ESP32S3 Sense
I (273) main_task: Started on CPU0
I (283) main_task: Calling app_main()
I (283) example: Initializing SD card
I (283) example: Using SPI peripheral
I (283) example: Mounting filesystem
I (293) gpio: GPIO[8]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
E (503) sdmmc_sd: sdmmc_init_sd_if_cond: send_if_cond (1) returned 0x108
E (503) vfs_fat_sdmmc: sdmmc_card_init failed (0x108).
I (503) gpio: GPIO[8]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
E (503) example: Failed to initialize the card (ESP_ERR_INVALID_RESPONSE). Make sure SD card lines have pull-up resistors in place.
I (523) main_task: Returned from app_main()