diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp index 3f98969d1..8cc8ebe29 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -912,7 +912,7 @@ void Screen::blink() { void Screen::handlePrint(const char *text) { - DEBUG_MSG("Screen: %s", text); + DEBUG_MSG("Screen: %s\n", text); if (!useDisplay || !showingNormalScreen) return;