Skip to content

Commit 7e113f7

Browse files
Fix SPI settings for LILYGO T8 ESP32S2
1 parent f5aef2b commit 7e113f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

variants/lilygo_t8_esp32s2/pins_arduino.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ static const uint8_t RX = 18;
2525
static const uint8_t SDA = 8;
2626
static const uint8_t SCL = 9;
2727

28-
static const uint8_t SS = 34;
29-
static const uint8_t MOSI = 35;
30-
static const uint8_t MISO = 37;
31-
static const uint8_t SCK = 36;
28+
static const uint8_t SS = 10;
29+
static const uint8_t MOSI = 11;
30+
static const uint8_t MISO = 13;
31+
static const uint8_t SCK = 12;
3232

3333
static const uint8_t A0 = 1;
3434
static const uint8_t A1 = 2;

0 commit comments

Comments
 (0)