Define SD_CS_PIN for XIAO (ignores ws_adapters.h)

This commit is contained in:
tyeth 2025-08-04 14:47:28 +01:00
parent 6bba4c50dd
commit 76dbda60de

View file

@ -276,6 +276,8 @@
#define USE_TINYUSB
#define USE_STATUS_LED
#define STATUS_LED_PIN LED_BUILTIN
// XIAO S3 Sense Camera addon SD card CS pin GPIO21, or D2/GPIO3 on grove breakout
#define SD_CS_PIN 21
#else
#warning "Board type not identified within Wippersnapper_Boards.h!"
#endif