diff --git a/src/core/console.cpp b/src/core/console.cpp index eb2d5146a..ef6275714 100644 --- a/src/core/console.cpp +++ b/src/core/console.cpp @@ -624,15 +624,15 @@ void EMSESPShell::stopped() { // show welcome banner void EMSESPShell::display_banner() { println(); - printfln("┌───────────────────────────────────────┐"); - printfln("│ %sEMS-ESP version %-20s%s │", COLOR_BOLD_ON, EMSESP_APP_VERSION, COLOR_BOLD_OFF); - printfln("│ │"); - printfln("│ %shelp%s to show available commands │", COLOR_UNDERLINE, COLOR_RESET); - printfln("│ %ssu%s to access admin commands │", COLOR_UNDERLINE, COLOR_RESET); - printfln("│ │"); - printfln("│ %s%shttps://github.com/emsesp/EMS-ESP32%s │", COLOR_BRIGHT_GREEN, COLOR_UNDERLINE, COLOR_RESET); - printfln("│ │"); - printfln("└───────────────────────────────────────┘"); + printfln("┌─────────────────────────────────────┐"); + printfln("│ EMS-ESP version %-18s │", EMSESP_APP_VERSION); + printfln("│ │"); + printfln("│ %shelp%s to show available commands │", COLOR_UNDERLINE, COLOR_RESET); + printfln("│ %ssu%s to access admin commands │", COLOR_UNDERLINE, COLOR_RESET); + printfln("│ │"); + printfln("│ %s%shttps://emsesp.org%s │", COLOR_GREEN, COLOR_UNDERLINE, COLOR_RESET); + printfln("│ │"); + printfln("└─────────────────────────────────────┘"); println(); // set console name