ESP32S3 Sense compile question

Hello,
I have purchased the ESP32S3 Sense. I am trying to follow the example code to get the camera working. I am getting compile errors.

I have copy / pasted the example photo code into PlatformIO. I have installed the exp_camera.h and SD.h library. When I compile, I get an error that says the board used is not supported in the SD library??? Here is my .ini file showing where I get the libraries.

lib_deps =
espressif/esp32-camera@^2.0.4
arduino-libraries/SD@^1.2.4

Here is the compile error I get.
In file included from .pio/libdeps/seeed_xiao_esp32s3/SD/src/utility/Sd2Card.h:26,
from .pio/libdeps/seeed_xiao_esp32s3/SD/src/utility/SdFat.h:29,
from .pio/libdeps/seeed_xiao_esp32s3/SD/src/utility/SdFile.cpp:20:
.pio/libdeps/seeed_xiao_esp32s3/SD/src/utility/Sd2PinMap.h:524:2: error: #error Architecture or board not supported.
#error Architecture or board not supported.
^~~~~
In file included from .pio/libdeps/seeed_xiao_esp32s3/SD/src/utility/Sd2Card.h:26,
from .pio/libdeps/seeed_xiao_esp32s3/SD/src/utility/SdFat.h:29,
from .pio/libdeps/seeed_xiao_esp32s3/SD/src/utility/SdVolume.cpp:20:
.pio/libdeps/seeed_xiao_esp32s3/SD/src/utility/Sd2PinMap.h:524:2: error: #error Architecture or board not supported.
#error Architecture or board not supported.

Any hints on where I should get the correct SD.h library?