Skip to content

Commit 61c98b8

Browse files
committed
Update pins_arduino.h
1 parent 04267e1 commit 61c98b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/esp32s2/pins_arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
static const uint8_t TX = 43;
1515
static const uint8_t RX = 44;
1616

17-
static const uint8_t SDA = 21;
18-
static const uint8_t SCL = 22;
17+
static const uint8_t SDA = 8;
18+
static const uint8_t SCL = 9;
1919

2020
static const uint8_t SS = 34;
2121
static const uint8_t MOSI = 35;

0 commit comments

Comments
 (0)