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 9be7b01 commit d27d4a5Copy full SHA for d27d4a5
src/SH1106Wire.h
@@ -86,7 +86,7 @@ class SH1106Wire : public OLEDDisplay {
86
}
87
88
bool connect() {
89
-#if !defined(ARDUINO_ARCH_ESP32) && !defined(ARDUINO_ARCH8266)
+#if !defined(ARDUINO_ARCH_ESP32) && !defined(ARDUINO_ARCH_ESP8266)
90
_wire->begin();
91
#else
92
// On ESP32 arduino, -1 means 'don't change pins', someone else has called begin for us.
0 commit comments