I conducted SD card test on my board. Under IDF, when I enabled.format_if_mount_failed = true, all three SD cards in my hand (16GB/32GB/32GB) could be recognized normally, but when I implemented it on Arduino, Only one SD card (16GB) can be recognized, and the other two cannot be recognized,
Board
ESP32-C6
Device Description
My own board
Hardware Configuration
NO
Version
v3.0.2
IDE Name
ArduinoIDE
Operating System
Windows
Flash frequency
80
PSRAM enabled
no
Upload speed
115200
Description
I conducted SD card test on my board. Under IDF, when I enabled.format_if_mount_failed = true, all three SD cards in my hand (16GB/32GB/32GB) could be recognized normally, but when I implemented it on Arduino, Only one SD card (16GB) can be recognized, and the other two cannot be recognized,
Here is my program
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide