We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09ecb7 commit 3105620Copy full SHA for 3105620
src/OLEDDisplay.cpp
@@ -65,7 +65,7 @@ bool OLEDDisplay::allocateBuffer() {
65
logBufferMaxLines = 0;
66
logBuffer = NULL;
67
68
- if (!this->connect()) {
+ if (!connect()) {
69
DEBUG_OLEDDISPLAY("[OLEDDISPLAY][init] Can't establish connection to display\n");
70
return false;
71
}
0 commit comments