|
47 | 47 | #define STATUS_DOTSTAR_NUM 5 ///< Number of DotStar LEDs |
48 | 48 | #define STATUS_DOTSTAR_COLOR_ORDER DOTSTAR_GBR ///< DotStar Color Order |
49 | 49 | #define USE_PSRAM ///< Board has PSRAM, use it for dynamic memory allocation |
50 | | -#define SD_CS_PIN 33 |
| 50 | +#define SD_CS_PIN 10 |
51 | 51 | #elif defined(ARDUINO_METRO_ESP32S2) |
52 | 52 | #define BOARD_ID "metroesp32s2" |
53 | 53 | #define USE_TINYUSB |
54 | 54 | #define USE_STATUS_NEOPIXEL |
55 | 55 | #define STATUS_NEOPIXEL_PIN 45 |
56 | 56 | #define STATUS_NEOPIXEL_NUM 1 |
57 | 57 | #define USE_PSRAM ///< Board has PSRAM, use it for dynamic memory allocation |
58 | | -#define SD_CS_PIN 33 |
| 58 | +#define SD_CS_PIN 10 |
59 | 59 | #elif defined(ARDUINO_METRO_ESP32S3) |
60 | 60 | #define BOARD_ID "metroesp32s3" |
61 | 61 | #define USE_TINYUSB |
|
71 | 71 | #define STATUS_NEOPIXEL_PIN 1 |
72 | 72 | #define STATUS_NEOPIXEL_NUM 4 |
73 | 73 | #define USE_PSRAM ///< Board has PSRAM, use it for dynamic memory allocation |
74 | | -#define SD_CS_PIN 33 |
| 74 | +#define SD_CS_PIN 10 |
75 | 75 | #elif defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2) |
76 | 76 | #define BOARD_ID "feather-esp32s2" |
77 | 77 | #define USE_TINYUSB |
78 | 78 | #define USE_STATUS_NEOPIXEL |
79 | 79 | #define STATUS_NEOPIXEL_PIN 33 |
80 | 80 | #define STATUS_NEOPIXEL_NUM 1 |
81 | 81 | #define USE_PSRAM ///< Board has PSRAM, use it for dynamic memory allocation |
82 | | -#define SD_CS_PIN 33 |
| 82 | +#define SD_CS_PIN 10 |
83 | 83 | #elif defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2_TFT) |
84 | 84 | #define BOARD_ID "feather-esp32s2-tft" |
85 | 85 | #define USE_TINYUSB |
|
88 | 88 | #define STATUS_NEOPIXEL_NUM 1 |
89 | 89 | #define PIN_I2C_POWER_INVERTED 7 |
90 | 90 | #define USE_PSRAM ///< Board has PSRAM, use it for dynamic memory allocation |
91 | | -#define SD_CS_PIN 33 |
| 91 | +#define SD_CS_PIN 10 |
92 | 92 | #elif defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2_REVTFT) |
93 | 93 | #define BOARD_ID "feather-esp32s2-reverse-tft" |
94 | 94 | #define USE_TINYUSB |
95 | 95 | #define USE_STATUS_NEOPIXEL |
96 | 96 | #define STATUS_NEOPIXEL_PIN PIN_NEOPIXEL |
97 | 97 | #define STATUS_NEOPIXEL_NUM NEOPIXEL_NUM |
98 | 98 | #define USE_PSRAM ///< Board has PSRAM, use it for dynamic memory allocation |
99 | | -#define SD_CS_PIN 33 |
| 99 | +#define SD_CS_PIN 10 |
100 | 100 | #elif defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S3_NOPSRAM) |
101 | 101 | #define BOARD_ID "feather-esp32s3" |
102 | 102 | #define USE_TINYUSB |
|
136 | 136 | #define STATUS_NEOPIXEL_NUM 1 |
137 | 137 | #define USE_PSRAM ///< Board has PSRAM, use it for dynamic memory allocation |
138 | 138 | #define I2c_STEMMA_WIRE1 |
139 | | -#define SD_CS_PIN 33 |
| 139 | +#define SD_CS_PIN 10 |
140 | 140 | #elif defined(ARDUINO_ADAFRUIT_QTPY_ESP32S3_NOPSRAM) |
141 | 141 | #define BOARD_ID "qtpy-esp32s3" |
142 | 142 | #define USE_TINYUSB |
|
0 commit comments