Using SD_MMC library on Seeed Xiao ESP32S3 Sense?

Hello all, I was able to run the demo successfully using the SD.h code to write to the SD card on the Xiao ESP32S3 Sense. However, some code that I would like to use uses the SD_MMC.h functions instead. When I try to even run the SD_MMCTest sketch in Arduino, is says SD card mount failed. Has anyone had any success running SD_MMC with the Sense? Thanks, Justin

To answer my question, I had to update the arduino-esp32 in boards manager and then I was able to get it to run.

Verify that the SD_MMC library is compatible with the Xiao ESP32S3 Sense and the ESP32-S3 platform. It’s possible that there could be compatibility issues or that specific configurations are needed for this particular hardware.