We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90368e commit 4b34711Copy full SHA for 4b34711
src/SSD1306Wire.h
@@ -78,7 +78,7 @@ class SSD1306Wire : public OLEDDisplay {
78
this->_address = address;
79
this->_sda = sda;
80
this->_scl = scl;
81
-#if !defined(ARDUINO_ARCH_ESP32)
+#if !defined(ARDUINO_ARCH_ESP32) || defined(CONFIG_IDF_TARGET_ESP32C3)
82
this->_wire = &Wire;
83
#else
84
this->_wire = (i2cBus == I2C_ONE) ? &Wire : &Wire1;
0 commit comments