From 5f375c57c0f5eebf63e63c650177f99c3f40be9b Mon Sep 17 00:00:00 2001 From: Neil McKechnie Date: Wed, 31 Mar 2021 12:24:32 +0100 Subject: [PATCH] Update LCD_OLED.h Remove newline from DIAG. --- LCD_OLED.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCD_OLED.h b/LCD_OLED.h index a849a20..811b9be 100644 --- a/LCD_OLED.h +++ b/LCD_OLED.h @@ -35,7 +35,7 @@ LCDDisplay::LCDDisplay() { for (byte address = 0x3c; address <= 0x3d; address++) { if (I2CManager.exists(address)) { // Device found - DIAG(F("\nOLED display found at 0x%x"), address); + DIAG(F("OLED display found at 0x%x"), address); interfake(OLED_DRIVER, 0); const DevType *devType; if (lcdCols == 132)