We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b23d0 commit 8c03ef1Copy full SHA for 8c03ef1
src/OLEDDisplay.cpp
@@ -826,7 +826,9 @@ void OLEDDisplay::clear(void) {
826
}
827
828
void OLEDDisplay::drawLogBuffer(uint16_t xMove, uint16_t yMove) {
829
+#if !defined(NO_GLOBAL_INSTANCES) && !defined(NO_GLOBAL_SERIAL)
830
Serial.println("[deprecated] Print functionality now handles buffer management automatically. This is a no-op.");
831
+#endif
832
833
834
void OLEDDisplay::drawLogBuffer() {
@@ -879,7 +881,9 @@ void OLEDDisplay::cls() {
879
881
880
882
883
bool OLEDDisplay::setLogBuffer(uint16_t lines, uint16_t chars) {
884
885
886
887
return true;
888
889
0 commit comments