From e9e143dfa7ff13108c75f6a964bc6aa921c5fe75 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 27 Feb 2021 21:37:04 +0100 Subject: [PATCH] formatted text box --- src/console.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/console.cpp b/src/console.cpp index 34ef1fff8..a3f08977f 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -63,12 +63,12 @@ void EMSESPShell::stopped() { // this is one of the first functions called when the shell is started void EMSESPShell::display_banner() { println(); - printfln(F("┌──────────────────────────────────────────┐")); - printfln(F("│ %sEMS-ESP version %-10s%s │"), COLOR_BOLD_ON, EMSESP_APP_VERSION, COLOR_BOLD_OFF); - printfln(F("│ %s%shttps://github.com/proddy/EMS-ESP%s │"), COLOR_BRIGHT_GREEN, COLOR_UNDERLINE, COLOR_RESET); - printfln(F("│ │")); - printfln(F("│ type %shelp%s to show available commands │"), COLOR_UNDERLINE, COLOR_RESET); - printfln(F("└──────────────────────────────────────────┘")); + printfln(F("┌──────────────────────────────────────┐")); + printfln(F("│ %sEMS-ESP version %-10s%s │"), COLOR_BOLD_ON, EMSESP_APP_VERSION, COLOR_BOLD_OFF); + printfln(F("│ %s%shttps://github.com/proddy/EMS-ESP%s │"), COLOR_BRIGHT_GREEN, COLOR_UNDERLINE, COLOR_RESET); + printfln(F("│ │")); + printfln(F("│ type %shelp%s to show available commands │"), COLOR_UNDERLINE, COLOR_RESET); + printfln(F("└──────────────────────────────────────┘")); println(); // set console name