From 4104cdbb980eb3594c6d56e5ae569ecb396d618b Mon Sep 17 00:00:00 2001 From: tekka Date: Tue, 23 Oct 2018 23:26:16 +0200 Subject: [PATCH] MY_DEBUGDEVICE output (#1221) --- core/MySplashScreen.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/MySplashScreen.cpp b/core/MySplashScreen.cpp index 977713879..918860a4b 100644 --- a/core/MySplashScreen.cpp +++ b/core/MySplashScreen.cpp @@ -21,7 +21,7 @@ void displaySplashScreen(void) { -#if !defined(MY_DISABLED_SERIAL) +#if !defined(MY_DISABLED_SERIAL) && defined(MY_DEBUGDEVICE) static const uint8_t splashScreen[] PROGMEM = { 0x20, 0x7C, 0x5F, 0x5c, 0x2F, 0x60, 0x2C, 0x0A, // substitution matrix 0x07, 0x02, 0x20, 0x02, 0x20, 0xB2, 0x87, 0x10, 0x03, 0x40, 0x01, 0x20, 0x00, 0x24, 0x02, 0x22, @@ -44,9 +44,9 @@ void displaySplashScreen(void) } const uint8_t rep = val > 7 ? val - 5 : 1; for (uint8_t c = 0; c