Skip to content

Commit ec5cb66

Browse files
committed
correct SS pin to 21
1 parent edb42aa commit ec5cb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/adafruit_metro_esp32s3/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ static const uint8_t RX = 41;
3232
static const uint8_t SDA = 47;
3333
static const uint8_t SCL = 48;
3434

35-
static const uint8_t SS = 42;
35+
static const uint8_t SS = 21;
3636
static const uint8_t MOSI = 35;
3737
static const uint8_t SCK = 36;
3838
static const uint8_t MISO = 37;

0 commit comments

Comments
 (0)