Skip to content

Commit e1cec30

Browse files
authored
fix: I2C pin are relocated for arduino nano compatability (#9610)
fix: I2C pin are relocated for arduino nano compatability
1 parent afa5f41 commit e1cec30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: variants/Geekble_ESP32C3/pins_arduino.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ static const uint8_t SW_BUILTIN = 9;
1414
static const uint8_t TX = 21;
1515
static const uint8_t RX = 20;
1616

17-
static const uint8_t SDA = 8;
18-
static const uint8_t SCL = 9;
17+
static const uint8_t SDA = 4;
18+
static const uint8_t SCL = 5;
1919

2020
static const uint8_t SS = 7;
2121
static const uint8_t MOSI = 6;

0 commit comments

Comments
 (0)