You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using ESP32C3 dev module, the compiler fails in SSD1306Wire.h (library Version 4.6.1)
line84 this->_wire = (i2cBus == I2C_ONE) ? &Wire : &Wire1; ---> undefined Wire1