Skip to content

Commit f1bfb97

Browse files
authored
Update pins_arduino.h
1 parent 7151c72 commit f1bfb97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/esp32p4/pins_arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
static const uint8_t TX = 37;
1111
static const uint8_t RX = 38;
1212

13-
static const uint8_t SDA = 13;
14-
static const uint8_t SCL = 12;
13+
static const uint8_t SDA = 7;
14+
static const uint8_t SCL = 8;
1515

1616
// Use GPIOs 36 or lower on the P4 DevKit to avoid LDO power issues with high numbered GPIOs.
1717
static const uint8_t SS = 26;

0 commit comments

Comments
 (0)