There was an error while loading. Please reload this page.
1 parent afa5f41 commit e1cec30Copy full SHA for e1cec30
variants/Geekble_ESP32C3/pins_arduino.h
@@ -14,8 +14,8 @@ static const uint8_t SW_BUILTIN = 9;
14
static const uint8_t TX = 21;
15
static const uint8_t RX = 20;
16
17
-static const uint8_t SDA = 8;
18
-static const uint8_t SCL = 9;
+static const uint8_t SDA = 4;
+static const uint8_t SCL = 5;
19
20
static const uint8_t SS = 7;
21
static const uint8_t MOSI = 6;
0 commit comments